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

Mark Thomas <[email protected]> changed:

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

--- Comment #1 from Mark Thomas <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to