GitHub user timothyjward opened a pull request:
https://github.com/apache/felix/pull/160
[FELIX-5978] Ensure getClassLoader() is called in a safe way when secâ¦
â¦urity is enabled
Previously URLHandlers would explode when security was on because it didn't
have permission to get the ClassLoader all the way down the stack
Signed-off-by: Tim Ward <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/timothyjward/felix FELIX-5978
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/160.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 #160
----
commit e30d80a31b03731fd1b67fb551d58b10741eb5d1
Author: Tim Ward <timothyjward@...>
Date: 2018-11-08T12:11:29Z
[FELIX-5978] Ensure getClassLoader() is called in a safe way when security
is enabled
Previously URLHandlers would explode when security was on because it didn't
have permission to get the ClassLoader all the way down the stack
Signed-off-by: Tim Ward <[email protected]>
----
---