-
Bug
-
Resolution: Done
-
Major
-
2.6.0.Final
-
None
In OidcHttpFacade the request URI is returned decoded as a whole, this is not desirable since the only encoded parts might be individual query parameters (that might contain encoded URIs with their own query parameters).
the facade class also offers method to retrieve query parameters decoded, I don't know if decoding is necessary here because it seems to only be used on internal stuff but it is also technically being decoded twice and I don't think that's intended
- is cloned by
-
JBEAP-28033 [GSS](8.0.z) ELY-2813 - OIDC Adapter doesn't encode URL-parameters correctly
- Resolved