https://issues.apache.org/bugzilla/show_bug.cgi?id=47655


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO


--- Comment #4 from Mark Thomas <ma...@apache.org> 2009-08-06 23:14:17 BST ---
That looks very much like the application is holding onto a copy of the
response object and trying to use it when Tomcat thinks the request is complete
and has recycled the response object for use with a following request.

Try setting the system property:
org.apache.catalina.connector.RECYCLE_FACADES=true

This forces the facades to be recycled more thoroughly. You'll probably still
see NPEs but they should occur where a request/response is used in an invalid
manner.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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