RE: Tomcat Filter Ordering

2007-12-06 Thread Caldarale, Charles R
> From: Jacob Rhoden [mailto:[EMAIL PROTECTED] > Subject: Tomcat Filter Ordering > > Is there a way to specify in tomcat the order the filters > must be placed in the filter chain. Read the Servlet spec (section 6.2.4): "The order the container uses in building the ch

Tomcat Filter Ordering

2007-12-06 Thread Jacob Rhoden
Hi, I am trying to separate all work from within one large filter, into two smaller filters. One filter for handling authentication/authorisation and another to handle url redirecting. However the authentication filter must run before the rewriting filter. Is there a way to specify in tomcat