i am using JBOSS sever and i wanted to upgrade log4j. Can we upgrade the existing log4j
Solved! Go to Solution.
Views
Replies
Total Likes
You can also quickly update the 2 log4j-core files and remove the class and restart if you have a patch schedule that takes longer to implement
zip -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class
You should be able to mitigate it by following the below article:
https://logging.apache.org/log4j/2.x/security.html
Thanks!
You can also quickly update the 2 log4j-core files and remove the class and restart if you have a patch schedule that takes longer to implement
zip -d log4j-core-*.jar org/apache/logging/log4j/core/lookup/JndiLookup.class