GitHub user timothyjward opened a pull request: https://github.com/apache/felix/pull/150
Configuration Admin Security can cause a NoClassDefFoundError Fixes FELIX-5908 You can merge this pull request into a Git repository by running: $ git pull https://github.com/timothyjward/felix config-security Alternatively you can review and apply these changes as the patch at: https://github.com/apache/felix/pull/150.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 #150 ---- commit 561a99c53854c0449bd922a344f9eee513df5222 Author: Tim Ward <timothyjward@...> Date: 2018-08-15T12:21:20Z FELIX-5908 - Tests to demonstrate the NoClassDefFoundError that can occur with security on Also includes general security tests to ensure that Config Admin runs correctly with Security on Signed-off-by: Tim Ward <timothyjw...@apache.org> commit 007a88b104deb92fcd890d81bbac5a0df1ec4708 Author: Tim Ward <timothyjward@...> Date: 2018-08-15T12:52:30Z FELIX-5908 Avoid a NoClassDefFoundError by eagerly instantiating the ProtectionDomain Signed-off-by: Tim Ward <timothyjw...@apache.org> ---- ---