jar files use desupported log4j version at agent home
Hi,
I have following three jar files under 13.5 agent home and they are bundled with log4j version 1.2.17.
./sysman/jlib/log4j-core.jar
./sysman/jlib/ocm/log4j-core.jar
./ocm/jlib/jlib/log4j-core.jar
We can use unzip command to see its log4j verion
unzip -p ./sysman/jlib/log4j-core.jar META-INF/MANIFEST.MF
Manifest-Version: 1.0
JavaPackages-GroupId: log4j
...
Bundle-Name: Apache Log4j
...
Build-Jdk: 1.7.0_151
Bundle-Version: 1.2.17
Bnd-LastModified: 1502249340194
Bundle-ManifestVersion: 2
Bundle-Description: Apache Log4j 1.2
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
...
Bundle-DocURL: http://logging.apache.org/log4j/1.2
Bundle-SymbolicName: org.apache.log4j
Name: org.apache.log4j
Implementation-Vendor: "Apache Software Foundation"