https://issues.apache.org/bugzilla/show_bug.cgi?id=49914
Summary: Filter on url-pattern of "/" is not invoked Product: Tomcat 7 Version: 7.0.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: bal...@gmail.com A filter on an url-pattern of "/" is not invoked when requesting the context root URL like http://localhost:8080/contextname/. This is regardless where the url-pattern is definied. In web.xml as <url-pattern>/</url-pattern> or in filter class as @WebFilter(urlPatterns={"/"}) This works fine on Tomcat 6.x and Glassfish v3.0.1. -- 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