jdk/test/sun/security/provider/PolicyParser/UnresolvedProperty.policy
author wetmore
Tue, 18 Mar 2014 15:04:59 -0700
changeset 23357 7225e28e91dd
parent 2 90ce3da70b43
permissions -rw-r--r--
8033271: Manual security tests have @ignore rather than @run main/manual Reviewed-by: xuelei, wetmore Contributed-by: rajan.halade@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
// @test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
// @author Gary Ellison
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
// @bug 4219343
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
// @summary Property Expansion error test
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
//
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
grant {
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
    permission java.security.SecurityPermission "getPolicy";
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
    permission java.io.FilePermission "${bogus.propertyName}/-", "read";
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
};