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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
It looks like something from a previous request is retaining a reference to the
request object and continuing to use it after request processing has completed.
That would be an application bug.

You might want to check the setting of the system property
org.apache.catalina.connector.RECYCLE_FACADES and or the Connector attribute
discardFacades
You want the default value of true as that helps catch issues with applications
retaining references (although it can't completely eliminate them).

It is possible but unlikely that a Tomcat bug is the root cause. We'd need a
minimal reproducible test case that demonstrated the issue to pursue that line
of investigation.

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