-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b142
-
Verified
Remove the following permission granted by default to the jdk.crypto.ec module:
grant codeBase "jrt:/jdk.crypto.ec" {
...
permission java.util.PropertyPermission "*", "read";
...
}
The jdk.crypto.ec module does not read any system properties and does not need to be granted this permission.
grant codeBase "jrt:/jdk.crypto.ec" {
...
permission java.util.PropertyPermission "*", "read";
...
}
The jdk.crypto.ec module does not read any system properties and does not need to be granted this permission.