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: dev@tomcat.apache.org Reporter: zhouyanm...@gmail.com 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org