[jboss-jira] [JBoss JIRA] (ELYWEB-36) ElytronHttpExchange.getRequestParameters() is prematurely readying the request.

Darran Lofthouse (Jira) issues at jboss.org
Mon Jan 21 11:04:00 EST 2019


Darran Lofthouse created ELYWEB-36:
--------------------------------------

             Summary: 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.3.0.Final, 1.2.3.Final
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: 1.2.4.CR1, 1.3.1.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)


More information about the jboss-jira mailing list