You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/24 10:16:10 UTC

DO NOT REPLY [Bug 21611] - NullPointerException in CoyoteRequestFacade.getSession(

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21611>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21611

NullPointerException in CoyoteRequestFacade.getSession(

carsten.schaedel@pass-consulting.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.heilmann@pass-
                   |                            |consulting.com
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |



------- Additional Comments From carsten.schaedel@pass-consulting.com  2003-09-24 08:16 -------
I have the same Problem using Tomcat 4.1.27.

<trace>
java.lang.NullPointerException
	at org.apache.coyote.tomcat4.CoyoteRequestFacade.getHeaderNames
(CoyoteRequestFacade.java:295)
	at javax.servlet.http.HttpServletRequestWrapper.getHeaderNames
(HttpServletRequestWrapper.java:141)
</trace>

Giving you a testcase, is really difficult. The bug is not 100% reproduceable. 
It comes and goes.
But for me, it seems that the "clear()"-Method of the CoyoteRequestFacade is 
called, although the request is still in use by the jsp/servlet.

I'm using a hand-made-framework like struts, but it works properly with earlier 
versions of tomcat.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org