https://issues.apache.org/bugzilla/show_bug.cgi?id=54618

--- Comment #11 from Konstantin Kolinko <knst.koli...@gmail.com> ---
(In reply to Christopher Schultz from comment #9)
> 
> The Filter can be added to conf/web.xml and will apply to all web
> applications hosted by the container. I'm not sure in what order it will be
> applied, though. My wild guess without trying is that everything in
> conf/web.xml will be applied first, then all the filters defined in the
> application's WEB-INF/web.xml.

To clarify: the order is the opposite in Tomcat 7 onwards. The WEB-IND/web.xml
filters are first, the ones in conf/web.xml are second. This is documented in
Migration Guide.

http://tomcat.apache.org/migration-7.html#Processing_of_conf/web.xml_file

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to