Author: markt Date: Mon Aug 17 13:39:43 2015 New Revision: 1696272 URL: http://svn.apache.org/r1696272 Log: Fix issue with log4javascript reported at https://github.com/webjars/log4javascript/issues/5
Modified: tomcat/trunk/conf/catalina.properties Modified: tomcat/trunk/conf/catalina.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/catalina.properties?rev=1696272&r1=1696271&r2=1696272&view=diff ============================================================================== --- tomcat/trunk/conf/catalina.properties (original) +++ tomcat/trunk/conf/catalina.properties Mon Aug 17 13:39:43 2015 @@ -137,7 +137,7 @@ 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 +tomcat.util.scan.StandardJarScanFilter.jarsToScan=log4j-core*.jar,log4j-taglib*.jar,log4javascript*.jar # String cache configuration. tomcat.util.buf.StringCache.byte.enabled=true --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org