GitHub user ta924 opened a pull request:
https://github.com/apache/logging-log4j2/pull/93
modification to resolver to discover jar assests without the manipulaâ¦
â¦tion of asset paths.
This PR is to address issue
https://issues.apache.org/jira/browse/LOG4J2-1852. If the resource submitted
for scanning is of Jar protocol it utilizes a JarURLConnection to scan for
classes matching the test, it will no longer manipulate the URI for Jars. In
the event the protocol is file it will proceed with the existing approach.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ta924/logging-log4j2 PATCH-LOG4J2-1852
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/93.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #93
----
commit f7fdc3a3edae62f936233935968bfa0cdd0486e0
Author: Tanner Altares <[email protected]>
Date: 2017-07-17T14:01:04Z
modification to resolver to discover jar assests without the manipulation
of asset paths.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---