> 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 chain of filters to be applied for a particular request URI is as follows: "1. First, the <url-pattern> matching filter mappings in the same order that these elements appear in the deployment descriptor. "2. Next, the <servlet-name> matching filter mappings in the same order that these elements appear in the deployment descriptor." - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]