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

Remy Maucherat <r...@apache.org> changed:

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

--- Comment #3 from Remy Maucherat <r...@apache.org> ---
Please test with the system property
"org.apache.catalina.connector.RECYCLE_FACADES" set to "true".

The scenario in similar issues is:
- IO error occurs, gets more or less ignored or seen as not important (the
reason why is interesting and could be a bug depending on what happens)
- as a result, framework or Servlet thinks async is still going
- meanwhile the container recycles everything and reuses for another request
- the request facades still point to the same objects, so they see another
request from another user (the recycle facades setting prevents that)

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