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

--- Comment #5 from Mark Thomas <ma...@apache.org> 2011-05-04 11:34:12 UTC ---
I have confirmed both the issue and that the patch fixes it.

The problem is that when a form is use with GET and the action URL contains
request parameters user agents may (FF4 does) overwrite the parameters already
in the URL with those in the form rather than combine them. Switching to POST
avoids this issue.

I have proposed the patch for 6.0.x.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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