On 5/7/07, webzo <[EMAIL PROTECTED]> wrote:

Basically, I use a filter that intercepts access to ALL jsp pages,
determines whether the user needs to be authenticated. If
authentication is required, the filter passes it on to the next filter
(filterchain.doFilter( ) ), else continues on to to originally
requested page. Problem is, when I try to redirect to the originally
requested page

Perhaps if you forward, rather than redirect, the original request, and
configure your Filter to only apply to requests...

TSSIYF -- The Servlet Spec Is Your Friend   :-)

HTH,
--
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to