Skip to content

Commit

Permalink
Merge pull request #23423 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
hs536 authored Mar 15, 2021
2 parents 789395d + afbb949 commit bed5a76
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013, 2018 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013, 2021 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -60,6 +60,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 bed5a76

Please sign in to comment.