HTTPRequest uses system default encoding

Issue #216 resolved
Emond Papegaaij created an issue

HTTPRequest.send creates an InputStreamReader without specifying an Charset, causing it to use system default encoding. This is in violation with the OAuth 2 and OIDC specifications, as these require UTF-8. These problems are most likely to manifest itself on the userinfo endpoint.

DefaultResourceRetriever also creates an InputStreamReader using the system default.

Comments (1)

  1. Log in to comment