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

--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Mark Thomas from comment #1)
> I am curious as to the use case that supports it. Can you elaborate on why
> it might be important for the parameters to be returned in the same order as
> they appear on the form.

Somewhat related:

http://host/resource?op=add&op=update&op=delete

If the application expects left-to-right ordering when fetching "op" (which IMO
is reasonable) then the ordering of the values is quite important.

It seems like extending the above use case to parameters with different names
would be reasonable, though I can't really envision a use case where the order
of unknown request parameter names would be important.

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