You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2016/09/22 09:59:31 UTC

[Bug 60164] New: Add log4j-web*.jar to tomcat.util.scan.StandardJarScanFilter.jarsToScan

https://bz.apache.org/bugzilla/show_bug.cgi?id=60164

            Bug ID: 60164
           Summary: Add log4j-web*.jar to
                    tomcat.util.scan.StandardJarScanFilter.jarsToScan
           Product: Tomcat 8
           Version: 8.5.5
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: balusc@gmail.com

log4j-web.jar actually contains relevant servlet container configuration
information (web-fragment.xml and services/ServletContainerInitializer), yet it
is covered by jarsToSkip as log4j*.jar. Please add log4j-web*.jar to jarsToScan
override. 

https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-web

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 60164] Add log4j-web*.jar to tomcat.util.scan.StandardJarScanFilter.jarsToScan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60164

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Thomas <ma...@apache.org> ---
This has been fixed in the following branches:
- 9.0.x for 9.0.0.M11 onwards
- 8.5.x for 8.5.6 onwards
- 8.0.x for 8.0.38 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 60164] Add log4j-web*.jar to tomcat.util.scan.StandardJarScanFilter.jarsToScan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60164

--- Comment #1 from Violeta Georgieva <vi...@apache.org> ---
Hi,

I see that by default we specify to scan log4j-core*.jar.
I checked this jar (the latest version) and I think we can remove it and
instead of it add log4j-web*.jar, but I don't know what the status is with
these jar files in the older versions of Log4J 2.

Wdyt?

Regards,
Violeta

-- 
You are receiving this mail because:
You are the assignee for the bug.

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


[Bug 60164] Add log4j-web*.jar to tomcat.util.scan.StandardJarScanFilter.jarsToScan

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60164

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
I've checked the 2.0 release and it is consistent with the latest version so
the proposed change makes sense.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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