f343f201a5
If a malformed policy file is encountered when running with a custom system class loader then it leads to a recursive initialization issue Reviewed-by: mullan
4 lines
163 B
Plaintext
4 lines
163 B
Plaintext
grant codeBase "file:./jars/*" {
|
|
permission java.lang.RuntimePermission "createClassLoader";
|
|
permission java.util.PropertyPermission "test.src", "read";
|
|
}; |