Author: violetagg Date: Fri Apr 1 10:21:15 2016 New Revision: 1737339 URL: http://svn.apache.org/viewvc?rev=1737339&view=rev Log: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=59256 slf4j-taglib*.jar should not be excluded from the standard JAR scanning by default.
Modified: tomcat/trunk/conf/catalina.properties tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/conf/catalina.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.properties?rev=1737339&r1=1737338&r2=1737339&view=diff ============================================================================== --- tomcat/trunk/conf/catalina.properties (original) +++ tomcat/trunk/conf/catalina.properties Fri Apr 1 10:21:15 2016 @@ -137,7 +137,8 @@ xom-*.jar # has been excluded by a broad file name pattern in the jarsToSkip list. # The list of JARs to scan may be over-ridden at a Context level for individual # scan types by configuring a JarScanner with a nested JarScanFilter. -tomcat.util.scan.StandardJarScanFilter.jarsToScan=log4j-core*.jar,log4j-taglib*.jar,log4javascript*.jar +tomcat.util.scan.StandardJarScanFilter.jarsToScan=\ +log4j-core*.jar,log4j-taglib*.jar,log4javascript*.jar,slf4j-taglib*.jar # String cache configuration. tomcat.util.buf.StringCache.byte.enabled=true Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1737339&r1=1737338&r2=1737339&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Fri Apr 1 10:21:15 2016 @@ -87,6 +87,10 @@ <fix> <bug>59255</bug>: Fix possible NPE in mapper. (kkolinko/remm) </fix> + <fix> + <bug>59256</bug>: <code>slf4j-taglib*.jar</code> should not be excluded + from the standard JAR scanning by default. (violetagg) + </fix> </changelog> </subsection> <subsection name="Coyote"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org