[
https://issues.jboss.org/browse/ELYWEB-36?page=com.atlassian.jira.plugin....
]
Farah Juma commented on ELYWEB-36:
----------------------------------
[~dlofthouse] That makes sense since we can create the branch from the last tag when
needed as you mentioned.
I'm going to remove the 1.2.4.CR1 and 1.3.1.CR1 fix versions from the this issue and
mark it as resolved. Once the downstream PR is merged, I'll add back the 1.2.4.CR1 fix
version.
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.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.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)