]
Farah Juma updated ELYWEB-36:
-----------------------------
Fix Version/s: 1.2.4.Final
ElytronHttpExchange.getRequestParameters() is prematurely readying
the request.
-------------------------------------------------------------------------------
Key: ELYWEB-36
URL:
https://issues.jboss.org/browse/ELYWEB-36
Project: Elytron Web
Issue Type: Bug
Components: Undertow Servlet
Affects Versions: 1.2.3.Final, 1.3.0.Final
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Major
Fix For: 1.2.4.Final, 1.4.0.CR1
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.