https://bz.apache.org/bugzilla/show_bug.cgi?id=59761
--- Comment #1 from kubak <[email protected]> --- 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: [email protected] For additional commands, e-mail: [email protected]
