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( [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] | |consulting.com Status|RESOLVED |REOPENED Resolution|INVALID | ------- Additional Comments From [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]