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/10/07 21:04:34 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(





------- Additional Comments From zodiac@holoweb.net  2003-10-07 19:04 -------
I had the same problem and traced it to a JSP custom tag that didn't reset its
internal state after each use. With tag pooling turned off everything worked
fine -- the tag *was* restting its state in the reset() method -- but with tag
pooling on it would fail. The solution was to re-initialise the tag after
doEndTag().

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