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: [email protected]
Reporter: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]