-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
26.1.2.Final
-
None
-
-
---
-
---
Navigating to a Wildfly URL that triggers a redirect with a URL that contains application/x-www-form-urlencoded MIME format characters (such as a space encoded as a + or %2B) can result in an ELY23045 exception. Browsing the Elytron source code on GitHub I noticed some suspicious code - invoking URLDecoder.decode on an entire URI doesn't seem right as it should only be used on individual URL parameters:
Exception is caught and thrown again here: