Re: using multiple filters

2003-01-22 Thread Craig R. McClanahan
On Wed, 22 Jan 2003, Erik Price wrote: > Date: Wed, 22 Jan 2003 15:37:21 -0500 > From: Erik Price <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: Re: using multiple filters > >

Re: using multiple filters

2003-01-22 Thread Erik Price
Craig R. McClanahan wrote: Is testing the URL the most elegant way to achieve the former (determining when the SecurityFilter should be in effect and when it shouldn't)? And to use the latter (a form validation filter) do I need to register it in the same FilterChain as the the SecurityFilter?

Re: using multiple filters

2003-01-22 Thread Craig R. McClanahan
On Wed, 22 Jan 2003, Erik Price wrote: > Date: Wed, 22 Jan 2003 14:38:05 -0500 > From: Erik Price <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: using multiple filters > > I woul

using multiple filters

2003-01-22 Thread Erik Price
I would like to use a filter on every servlet and JSP in my webapp to verify that the user is logged in (by checking the user's session for a value), except for "index.jsp" and "error.jsp" (error.jsp is for things like invalid messages, etc). I would also like to use a filter on certain servlet