https://issues.apache.org/bugzilla/show_bug.cgi?id=51468
--- Comment #9 from Mark Thomas <ma...@apache.org> 2011-07-05 21:54:52 UTC --- (In reply to comment #8) > Tomcat 7 can use Filters at the container level. Configure them just as you > configure Valves, except that you use <Filter> instead of <Valve>. Where did that come from? It is news to me. Filters can be defined in the global web.xml, the host level web.xml or an app's web.xml (although you do get one instance per application). I am struggling to see the benefit of this Valve compared to the urlrewrite, particularly given the features that urlrewrite has compared to this patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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