Skip to content

Commit

Permalink
Merge pull request #23419 from hussainnm/fix-23418
Browse files Browse the repository at this point in the history
#23418 Security API TCK failures with NPE
  • Loading branch information
arjantijms authored Mar 14, 2021
2 parents 38db39d + f2ec163 commit e7bd5c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ grant codebase "file:/module/Web" {
permission java.io.FilePermission "*", "read,write";
permission java.io.FilePermission "SERVLET-CONTEXT-TEMPDIR", "read,write";
permission java.util.PropertyPermission "*", "read";
permission java.lang.RuntimePermission "accessClassInPackage.com.sun.jndi.ldap";
};

// Resource adapter EE permissions
Expand Down

0 comments on commit e7bd5c4

Please sign in to comment.