I think I may have found a bug affecting the referer when an error page
is specified.

I've tried using both request.getRequestDispatcher() and setting the
error page.  when I use

<%@ page
    errorPage="/exception.jsp"
%>

it returns the hostname without the path.

when I use requestdispatcher "referer" isn't even in the http header. 
Is this the correct behavior.

peter lin

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to