https://issues.apache.org/bugzilla/show_bug.cgi?id=46792


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Mark Thomas <ma...@apache.org>  2009-03-05 07:58:34 PST ---
Tomcat re-uses Request objects between requests.

getMethod() will only return null after the Request object has been re-cycled
at the end of the previous request and before it has been initialised at the
start of the next request.

It appears as some code somewhere is retaining a reference to a Request object
from a previous request and is attempting to use it after the request has
ended.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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