microsoft / oauth2-useragent

Microsoft OAuth 2.0 User Agent library for Java. Provides classes to facilitate the implementation of "4.1. Authorization Code Grant" from RFC 6749.
Other
35 stars 22 forks source link

Improve sub-process failure handling and reporting #15

Closed olivierdagenais closed 8 years ago

olivierdagenais commented 8 years ago

Testing

Ran mvn clean verify --batch-mode -Dintegration_tests=true on Windows.

yacaovsnc commented 8 years ago

LGTM, Merged!