test/jdk/java/net/httpclient/security/filePerms/httpclient.policy
branchhttp-client-branch
changeset 55821 fa0fc03c0853
parent 55787 d85e7823dce9
child 55856 038e64c3d92a
equal deleted inserted replaced
55820:76d033c9908f 55821:fa0fc03c0853
    34     permission java.util.PropertyPermission "test.src","read";
    34     permission java.util.PropertyPermission "test.src","read";
    35 
    35 
    36     // ## these permissions do not appear in the NetPermission spec!!! JDK bug?
    36     // ## these permissions do not appear in the NetPermission spec!!! JDK bug?
    37     permission java.net.NetPermission "getSSLContext";
    37     permission java.net.NetPermission "getSSLContext";
    38     permission java.net.NetPermission "setSSLContext";
    38     permission java.net.NetPermission "setSSLContext";
       
    39     permission java.net.NetPermission "getProxySelector";
    39 
    40 
    40     permission java.security.SecurityPermission "createAccessControlContext";
    41     permission java.security.SecurityPermission "createAccessControlContext";
    41 };
    42 };
    42 
    43 
    43 // bootstrap to get the test going, it will do its own restrictions
    44 // bootstrap to get the test going, it will do its own restrictions