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

Relax Java version parsing #38

Closed olivierdagenais closed 7 years ago

olivierdagenais commented 7 years ago

Addresses issue #37 by making the patch, update and build components optional and default to 0 if they aren't specified. See the tests for what's accepted and how it's interpreted.