mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8247907: XMLDsig logging does not work
Reviewed-by: mullan
This commit is contained in:
parent
5bd6e9d790
commit
927a7287b7
3 changed files with 137 additions and 12 deletions
|
@ -78,6 +78,8 @@ grant codeBase "jrt:/java.sql.rowset" {
|
|||
|
||||
|
||||
grant codeBase "jrt:/java.xml.crypto" {
|
||||
permission java.lang.RuntimePermission
|
||||
"getStackWalkerWithClassReference";
|
||||
permission java.lang.RuntimePermission
|
||||
"accessClassInPackage.sun.security.util";
|
||||
permission java.util.PropertyPermission "*", "read";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue