https://bz.apache.org/bugzilla/show_bug.cgi?id=58836
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Mark Thomas <ma...@apache.org> --- Thanks for the report. I have written a simple test case that demonstrates this. You are right that the issue is in ApplicationHttpRequest.mergeParameters(). The problem is that it uses RequestUtil.parseParameters() to process the query string which ignores parameters with no value. I'm currently looking into how to use the same parameter parsing code as is used for incoming requests. As well as fixing this issue, that should enable the RequestUtil code to be removed. -- 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