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 2022/02/25 13:09:52 UTC

[tomcat] branch 10.0.x updated: Refer to correct log4j web jar

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.0.x by this push:
     new e271979  Refer to correct log4j web jar
e271979 is described below

commit e27197977e0791c430b5b07a603635676e744ee3
Author: Michael Seele <ms...@gmail.com>
AuthorDate: Tue Feb 22 08:26:18 2022 +0100

    Refer to correct log4j web jar
    
    log4j-jakarta-web*.jar is the jar that supports Jakarta EE 9+ web servlet containers
---
 conf/catalina.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/catalina.properties b/conf/catalina.properties
index 9f0c046..ddb8f5f 100644
--- a/conf/catalina.properties
+++ b/conf/catalina.properties
@@ -199,7 +199,7 @@ xom-*.jar
 # scan types by configuring a JarScanner with a nested JarScanFilter.
 tomcat.util.scan.StandardJarScanFilter.jarsToScan=\
 log4j-taglib*.jar,\
-log4j-web*.jar,\
+log4j-jakarta-web*.jar,\
 log4javascript*.jar,\
 slf4j-taglib*.jar
 

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