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

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
I couldn't find any text in either RFC 7230 (HTTP/1.1) or the Servlet
specification that prohibits reading the request body after the response has
been closed. Therefore, I am resolving this as WONTFIX.

If a use cases emerges we can take a second look. Options at that point would
include:
- user work-around to call getParameter() earlier
- Tomcat parses any POST parameters if the request body is unread when the
input stream is closed

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