[Bug 55686] make request.getParameterNames() and request.getParameterMap ordered

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55686 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEW |NEEDINFO

[Bug 55686] make request.getParameterNames() and request.getParameterMap ordered

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55686 --- Comment #2 from quaff zhouyanm...@gmail.com --- wonderful,thanks very much,I have tested with 8.0.0-RC5,can you fix this in 7.0.x? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55686] make request.getParameterNames() and request.getParameterMap ordered

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55686 Violeta Georgieva violet...@apache.org changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 55686] make request.getParameterNames() and request.getParameterMap ordered

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55686 --- Comment #4 from Christopher Schultz ch...@christopherschultz.net --- The fix for bug #55576 might not entirely fix this enhancement as written. For example, in this case: /path/to/servlet?a=1b=2c=3a=4 One might expect the return

[Bug 55686] make request.getParameterNames() and request.getParameterMap ordered

2013-10-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55686 --- Comment #5 from quaff zhouyanm...@gmail.com --- @Christopher Schultz, it should be [a, b, c],and request.getParameterValues(a) will be [1,4] -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55686] make request.getParameterNames() and request.getParameterMap ordered

2013-10-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55686 quaff zhouyanm...@gmail.com changed: What|Removed |Added CC||zhouyanm...@gmail.com