https://issues.apache.org/bugzilla/show_bug.cgi?id=54277
--- Comment #2 from psf...@clustertech.com --- The fix to bug 53758 is correct for registering 1 filter, but there is still problem when registering more. interface org.apache.catalina.Context { /*Add a filter mapping to this Context before the mappings defined in the deployment descriptor but after any other mappings added via this method.*/ public void addFilterMapBefore(FilterMap filterMap); } But the Servlet spec says "... to be matched before any declared filter mappings of the ServletContext..." -- 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