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 2002/11/25 22:24:04 UTC

DO NOT REPLY [Bug 14073] - No way to determine JSP page which generated error from error page

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=14073>.
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=14073

No way to determine JSP page which generated error from error page

jan.luehe@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From jan.luehe@sun.com  2002-11-25 21:24 -------
Notice the new getErrorData() method on javax.servlet.jsp.PageContext,
which was added in JSP 2.0 and has been implemented in Tomcat 5.

To determine the request URI that caused the error, call
getRequestURI() on the javax.servlet.jsp.ErrorData object returned by
PageContext.getErrorData().

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>