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

--- Comment #2 from Remy Maucherat <r...@apache.org> ---
You are presenting what could be an issue in a complex and confusing IMO. So
let's start over.

The changes to isClosed is likely not relevant and this will not be changed.
They ensure that the socket wrapper close occurs once and nothing more. This is
important. If the network layer becomes closed it still doesn't change this
need to close the wrapper or else you run into other problems (= all the bugs
you quote).

If you're encountering a recycling issue at the Servlet layer, the first step
to start working on it is going to be to set the system
propertyorg.apache.catalina.connector.RECYCLE_FACADES to true, or enable the
security manager.

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