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=1&b=2&c=3&a=4 One might expect the return value of getParameterNames to be: [ a, b, c, a ] ...but it will instead be [ a, b, c ]. "Ordering" the parameter map has the same "problem", but there is absolutely nothing to be done about that AFAICT. I'm not suggesting that either of the above problems can be fixed... I just wanted to point-out the possible expectations users might have and how those expectations can't necessarily be met. -- 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