dmfs / oauth2-essentials

An OAuth2 client implementation based on http-client-essentials.
Apache License 2.0
86 stars 21 forks source link

Redirect URIs without authority cause a crash. #24

Closed dmfs closed 7 years ago

dmfs commented 7 years ago

Java's URI implementation is not RFC 3986 compliant and doesn't support URIs with a scheme but no authority. Hence we need a different URI implementation for the Redirect URI.