https://issues.apache.org/bugzilla/show_bug.cgi?id=55686
Bug ID: 55686
Summary: make request.getParameterNames() and
request.getParameterMap ordered
Product: Tomcat 8
Version: trunk
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
it should ordered by query string then post form data.
for example
POST http://localhost:8080/test?a=a&b=b with form data "c=c&d=d&e=e"
request.getParameterNames() should return ["a","b","c","d","e"]
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]