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

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
(In reply to Jens Borgland from comment #2)

<snip/>

> But then I found the stack
> trace below, where my entire filter chain (which is pretty long) is missing.
> Doesn't this suggest some kind of Tomcat issue?

Unlikely. The root cause is likely to be a reference being retained to the
request object and that object being recycled after the filterchain is set up
but before it is used. You might find it helpful to set this system property to
true:
org.apache.catalina.connector.RECYCLE_FACADES

Bugzilla is not well suited to support. The users list is the place to follow
this up.

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