https://issues.apache.org/bugzilla/show_bug.cgi?id=55576

--- Comment #6 from mgrigorov <mgrigo...@apache.org> ---
In my opinion this requirement and the use case are weak.

In the best case I'd try to avoid depending on any ordering in the application.

But if ordering is really required then I would encode the parameter values and
parse them myself and not rely on some container specific feature.
E.g.: ?ops=op1|op2|op3&something=else, or any other encoding that will work for
my use case. With URL encoded value the syntax could be quite rich.

On the other hand replacing HashMap with LinkedHashMap will not cause
performance degradation so I don't mind such change.

-- 
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

Reply via email to