You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Bragg, Casey" <Ca...@allegiancetelecom.com> on 2001/10/03 00:00:54 UTC

In error page, how do I get original RequestURI

For Tomcat 4 (actually b7, I'll upgrade shortly).

In an error page reached because an error occurred on a jsp page with the
following tag : 
<%@ page errorPage="/error.jsp" %>

How do I find the origial requestURI?

Currently, I'm getting "error.jsp" from request.getRequestURI() from the
error page;

Thanks!

...Casey