https://bz.apache.org/bugzilla/show_bug.cgi?id=59256
Bug ID: 59256 Summary: SLF4J in default jarsToSkip value in catalina.properties too broad Product: Tomcat 8 Version: 8.0.33 Hardware: PC OS: All Status: NEW Severity: trivial Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: david.scourfi...@llynfi.co.uk The default value for jarsToSkip in catalina.properties includes the following: slf4j*.jar However, SLF4J has a taglib contained in a jar called "slf4j-taglib-0.1RC.jar" which matches the pattern above. Therefore, this taglib cannot be used within a Tomcat container without editing the container configuration files. Suggest amending the default slf4j*.jar pattern to slf4j-api-*.jar instead. -- 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