Re: Redirecting and getting the original URL

2004-10-07 Thread Jacob Weber
Craig, Thanks...I'll give that a try. Jacob In article <[EMAIL PROTECTED]>, Craig McClanahan <[EMAIL PROTECTED]> wrote: > On a Servlet 2.4 container (such as Tomcat 5.x), the server will store > the "original" path-related information as a set of request attributes > with well known names: > >

Re: Redirecting and getting the original URL

2004-10-05 Thread Craig McClanahan
On a Servlet 2.4 container (such as Tomcat 5.x), the server will store the "original" path-related information as a set of request attributes with well known names: javax.servlet.forward.request_uri javax.servlet.forward.context_path javax.servlet.forward.servlet_path javax.servlet.forward