Allow security rule for advanced SSL configutation

if plugins need to install SSL factories etc. we have to allow
to `setFactory` in the security policy.
This commit is contained in:
Simon Willnauer 2015-06-18 16:05:42 +02:00
parent 792a545633
commit 87946ba3b2
1 changed files with 3 additions and 0 deletions

View File

@ -101,4 +101,7 @@ grant {
// needed by Mockito
permission java.lang.RuntimePermission "reflectionFactoryAccess";
// needed to install SSLFactories, advanced SSL configuration, etc.
permission java.lang.RuntimePermission "setFactory";
};