How do I get the original request URI or path after a page has been
forwarded using pageContext.forward()?

The webapp I'm developing uses pageContext.forward() to send requests
to different JSPs for processing (for example to send someone to a
login page if they are not logged in), but once they are forwarded
methods such as: 

request.getRequestURI()
request.getServletPath()
HttpUtils.getRequestURL(request)

only return info relevant to the new page. 

How do I get the info for the original page?

Thanks,
August

__________________________________________________
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

Reply via email to