dmfs/oauth2-essentials

Redirect URIs without authority cause a crash.

dmfs opened this issue · 0 comments

dmfs commented

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.