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

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

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
If using org.apache.catalina.connector.RECYCLE_FACADES fixes the issue then
this is an application issue, not a Tomcat bug.

Somewhere in the application it is retaining a reference to a response object
and continuing to use it after the response has been written to the client.

Hopefully, you should be seeing some NPEs in the logs which should help you
track down the root cause.

The users list is the place to seek further assistance with this.

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