Re: How to avoid infinite loop during filter processing?

2007-05-07 Thread webzo
. Av. - Original Message From: Tim Lucia <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Monday, May 7, 2007 6:25:34 PM Subject: RE: How to avoid infinite loop during filter processing? Sounds like this is a logic problem in your filter; hard to know exactly what w/o seeing your code & fi

Re: How to avoid infinite loop during filter processing?

2007-05-07 Thread Hassan Schroeder
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 orig

RE: How to avoid infinite loop during filter processing?

2007-05-07 Thread Tim Lucia
h pattern to not include the page(s) to which you are redirecting. Tim > -Original Message- > From: webzo [mailto:[EMAIL PROTECTED] > Sent: Monday, May 07, 2007 8:38 PM > To: users@tomcat.apache.org > Subject: How to avoid infinite loop during filter processing? >

How to avoid infinite loop during filter processing?

2007-05-07 Thread webzo
Hello, I am trying to something fairly simple and have a problem- 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 cont