https://issues.apache.org/bugzilla/show_bug.cgi?id=55595
--- Comment #4 from Brian Tajuddin <tajud...@amazon.com> --- We are actually trying to avoid the simple user land solution. This would prevent any processing that does not depend on the parameters from starting before the parameters are parsed. Since parsing parameters can be a heavy-weight operation, especially in the case of a chunked post, we would like to allow some processing to start before parsing. Wrapping the request seems reasonable on the surface, but it forces the application to assume that the data structures underneath the parameters cannot be changed by the container without going through one of the getParameter...() methods. Is this an assumption that can be safely made? -- 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