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

Darran Lofthouse (Jira) issues at jboss.org
Tue Jan 22 04:44:00 EST 2019


    [ https://issues.jboss.org/browse/ELYWEB-36?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13685746#comment-13685746 ] 

Darran Lofthouse commented on ELYWEB-36:
----------------------------------------

[~fjuma] I didn't think about the versioning, correct this should be for 1.4.x - although we are spacing the versioning to allow each WildFly release to have it's own maintenance stream I am thinking if we should in future stop pro-actively creating the branches.

In the future if one is needed we can always create from the last tag that went into that WildFly release and merge from the next branch down to seed it on demand.

> 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.CR1, 1.3.1.CR1, 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)


More information about the jboss-jira mailing list