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

Mark Thomas <[email protected]> changed:

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

--- Comment #1 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to