-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
A request with a query (or path?) param with a space in its value, leads to the following error:
at java.base/java.net.URI.create(URI.java:903)
at org.wildfly.security.elytron-http-oidc@2.0.0.Final//org.wildfly.security.http.oidc.OidcClientContext.getAuthServerBaseUrl(OidcClientContext.java:533)
at org.wildfly.security.elytron-http-oidc@2.0.0.Final//org.wildfly.security.http.oidc.OidcClientContext.resolveUrls(OidcClientContext.java:97)
At some point in the request chain, the url gets decoded. This seems to happen before OidcClientContext::getAuthServerBaseUrl is called and therefore leads to the mentioned error.
- is related to
-
WFLY-17486 ELY23045: Unable to create redirect response
- Open