https://bz.apache.org/bugzilla/show_bug.cgi?id=60820
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #1 from Mark Thomas <ma...@apache.org> --- The parameter map is Map<String,String[]> and if Tomcat was coded to put anything other than String[] into the Map we'd see a compilation error - which we don't. The parameter map should be immutable but there are circumstances (bug 60808) in which it can be manipulated. It you can provide a simple test case that demonstrates this (it should be possible with a single Servlet or JSP) then please feel free to re-open this and provide that test case. If not, you may want to consider approaching Liferay. -- 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