> cfesler wrote:
>
> >         String redirectPage = req.getPathInfo();
>
> Why do you use getPathInfo here?

getPathInfo() returns the stuff that comes after the servlet name -- so if
your action is

/servlet/LoginServlet/~cfesler/thisHerePage.jsp

then req.getPathInfo() returns "~cfesler/thisHerePage.jsp"

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to