https://bz.apache.org/bugzilla/show_bug.cgi?id=59761

--- Comment #1 from kubak <ja...@pakamera.com.pl> ---
I think the problem is in org.apache.catalina.core.ApplicationHttpRequest,
parseParameters() method.
line 726: 
((ParameterMap<String,String[]>) parameters).setLocked(true);

In my opinion parameters should not be locked here. This is huge change
comparing to older versions.

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