test/jdk/java/net/httpclient/security/3.policy
branchhttp-client-branch
changeset 56054 352e845ae744
parent 55973 4d9b002587db
child 56089 42208b2f224e
equal deleted inserted replaced
56053:8588095e95b0 56054:352e845ae744
     1 //
     1 //
     2 // Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     2 // Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
     3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 //
     4 //
     5 // This code is free software; you can redistribute it and/or modify it
     5 // This code is free software; you can redistribute it and/or modify it
     6 // under the terms of the GNU General Public License version 2 only, as
     6 // under the terms of the GNU General Public License version 2 only, as
     7 // published by the Free Software Foundation.
     7 // published by the Free Software Foundation.
    59 
    59 
    60     // For request/response body processors, fromFile, asFile
    60     // For request/response body processors, fromFile, asFile
    61     permission java.io.FilePermission "<<ALL FILES>>","read,write";  // delete???
    61     permission java.io.FilePermission "<<ALL FILES>>","read,write";  // delete???
    62 
    62 
    63     permission java.util.PropertyPermission "jdk.httpclient.*","read";
    63     permission java.util.PropertyPermission "jdk.httpclient.*","read";
       
    64     permission java.util.PropertyPermission "jdk.http.auth.*","read";
    64 
    65 
    65     permission java.net.NetPermission "getProxySelector";
    66     permission java.net.NetPermission "getProxySelector";
    66 };
    67 };
    67 
    68