-
Bug
-
Resolution: Done
-
Major
-
1.2.3.Final, 1.3.0.Final
-
None
When running within Undertow as a Servlet container the method ElytronHttpExchange.getRequestParameters() is prematurely reading the FormData making it unavailable to the HttpServletRequest.
If instead of handling them manually the request parameters were read from the HttpServletRequest this would not be an issue as the request can re-use it's own prior FormData parsing.
- is incorporated by
-
JBEAP-16188 [GSS](7.2.z) ELYWEB-36 - File UploadMultipart does not work when SSO is enabled
- Closed