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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 OS|                            |All

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
All the evidence points to an application bug rather than a Tomcat bug.

It appears that the application is retaining a reference to an object (probably
a request) and attempting to use it after Tomcat has completed the processing
for that request.

The NPE is triggered because the FilterChain has been recycled.

The ServletPath is null because the request has been recycled.

This recycling occurs once the request has been processed.

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