DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30057>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=30057
CoyoteRequestFacade NullPointerException
Summary: CoyoteRequestFacade NullPointerException
Product: Tomcat 4
Version: 4.1.27
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Critical
Priority: Other
Component: Connector:Coyote HTTP/1.1
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: adelcast@yahoo.com
Hi,
When I'm trying to forward to a JSP inside a filter it seems to forward
correctly to the JSP but the tags encounter NullPointerException when trying to
do an request.getAttribute(...)
StackTrace:
java.lang.NullPointerException
at org.apache.coyote.tomcat4.CoyoteRequestFacade.getAttribute
(CoyoteRequestFacade.java:141)
I think that the request object (CoyoteRequest object) is null.
Please let me know if someone have an idea about this problem.
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|