test/jdk/java/net/httpclient/websocket/security/httpclient.policy
branchhttp-client-branch
changeset 56054 352e845ae744
parent 55982 b6ff245c0db6
child 56089 42208b2f224e
equal deleted inserted replaced
56053:8588095e95b0 56054:352e845ae744
     1 //
     1 //
     2 // Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
     2 // Copyright (c) 2017, 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.
    37 
    37 
    38     // For request/response body processors, fromFile, asFile
    38     // For request/response body processors, fromFile, asFile
    39     permission java.io.FilePermission "<<ALL FILES>>","read,write,delete";
    39     permission java.io.FilePermission "<<ALL FILES>>","read,write,delete";
    40 
    40 
    41     // ## look at the different property names!
    41     // ## look at the different property names!
       
    42     permission java.util.PropertyPermission "jdk.http.auth.proxying.disabledSchemes","read";
       
    43     permission java.util.PropertyPermission "jdk.http.auth.tunneling.disabledSchemes","read";
    42     permission java.util.PropertyPermission "jdk.httpclient.HttpClient.log","read";  // name!
    44     permission java.util.PropertyPermission "jdk.httpclient.HttpClient.log","read";  // name!
    43     permission java.util.PropertyPermission "jdk.httpclient.auth.retrylimit","read";
    45     permission java.util.PropertyPermission "jdk.httpclient.auth.retrylimit","read";
    44     permission java.util.PropertyPermission "jdk.httpclient.connectionWindowSize","read";
    46     permission java.util.PropertyPermission "jdk.httpclient.connectionWindowSize","read";
    45     permission java.util.PropertyPermission "jdk.httpclient.enablepush","read";
    47     permission java.util.PropertyPermission "jdk.httpclient.enablepush","read";
    46     permission java.util.PropertyPermission "jdk.httpclient.hpack.maxheadertablesize","read";
    48     permission java.util.PropertyPermission "jdk.httpclient.hpack.maxheadertablesize","read";