You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2016/09/27 19:10:47 UTC

svn commit: r1762541 - in /tomcat/trunk: conf/catalina.properties webapps/docs/changelog.xml

Author: markt
Date: Tue Sep 27 19:10:47 2016
New Revision: 1762541

URL: http://svn.apache.org/viewvc?rev=1762541&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60164
Replace log4j-core*.jar with log4j-web*.jar since it is log4j-web*.jar that contains the <code>ServletContainerInitializer

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=1762541&r1=1762540&r2=1762541&view=diff
==============================================================================
--- tomcat/trunk/conf/catalina.properties (original)
+++ tomcat/trunk/conf/catalina.properties Tue Sep 27 19:10:47 2016
@@ -139,7 +139,7 @@ xom-*.jar
 # 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,slf4j-taglib*.jar
+log4j-web*.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=1762541&r1=1762540&r2=1762541&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Sep 27 19:10:47 2016
@@ -169,6 +169,11 @@
       <fix>
         Update the download location for Objenesis. (violetagg)
       </fix>
+      <fix>
+        <bug>60164</bug>: Replace <code>log4j-core*.jar</code> with
+        <code>log4j-web*.jar</code> since it is <code>log4j-web*.jar</code> that
+        contains the <code>ServletContainerInitializer</code>. (markt) 
+      </fix>
     </changelog>
   </subsection>
 </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org