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:
parent
792a545633
commit
87946ba3b2
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue