[
https://issues.jboss.org/browse/WFLY-12094?page=com.atlassian.jira.plugin...
]
Lin Gao moved JBEAP-16928 to WFLY-12094:
----------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-12094 (was: JBEAP-16928)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: Web (Undertow))
Affects Version/s: (was: 7.2.1.GA)
Undertow doesn't extract request parameters if PUT method is
being called
-------------------------------------------------------------------------
Key: WFLY-12094
URL:
https://issues.jboss.org/browse/WFLY-12094
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Reporter: Lin Gao
Assignee: Flavia Rainone
Priority: Major
Labels: downstream_dependency
If PUT method is being used, we cannot extract request parameters/values in Undertow
using these methods below:
----------------------------------------
> + getParameterNames
> + getParameterValues
> + getParameterMap
----------------------------------------
Similar bug was fixed via [
UNDERTOW-916|https://issues.jboss.org/browse/UNDERTOW-916]
however that was only for one method "getParameter(String)". We would like all
these methods above fixed :)
--
This message was sent by Atlassian Jira
(v7.12.1#712002)