test/jdk/java/net/httpclient/RequestBodyTest.policy
author chegar
Thu, 08 Mar 2018 17:42:16 +0000
branchhttp-client-branch
changeset 56265 ec34ae013fbe
parent 56258 697f7f055712
child 56451 9585061fdb04
permissions -rw-r--r--
http-client-branch: tests should bind to the loopback only
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
56258
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     1
//
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     2
// Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     3
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     4
//
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     5
// This code is free software; you can redistribute it and/or modify it
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     6
// under the terms of the GNU General Public License version 2 only, as
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     7
// published by the Free Software Foundation.
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     8
//
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
     9
// This code is distributed in the hope that it will be useful, but WITHOUT
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    10
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    11
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    12
// version 2 for more details (a copy is included in the LICENSE file that
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    13
// accompanied this code).
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    14
//
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    15
// You should have received a copy of the GNU General Public License version
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    16
// 2 along with this work; if not, write to the Free Software Foundation,
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    17
// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    18
//
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    19
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    20
// or visit www.oracle.com if you need additional information or have any
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    21
// questions.
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    22
//
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    23
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    24
// for JTwork//classes/0/test/lib/jdk/test/lib/util/FileUtils.class
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    25
grant codeBase "file:${test.classes}/../../../../test/lib/-" {
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    26
    permission java.util.PropertyPermission "*", "read";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    27
    permission java.io.FilePermission "RequestBodyTest.tmp", "read,delete";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    28
};
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    29
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    30
// for JTwork/classes/0/lib/testlibrary/jdk/testlibrary/SimpleSSLContext.class
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    31
grant codeBase "file:${test.classes}/../../../../lib/testlibrary/-" {
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    32
    permission java.util.PropertyPermission "test.src.path", "read";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    33
    permission java.io.FilePermission "${test.src}/../../../lib/testlibrary/jdk/testlibrary/testkeys", "read";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    34
};
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    35
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    36
grant codeBase "file:${test.classes}/*" {
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    37
    permission java.io.FilePermission "${test.src}${/}docs${/}files${/}smallfile.txt", "read";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    38
    permission java.io.FilePermission "${test.src}${/}docs${/}files${/}notsobigfile.txt", "read";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    39
    permission java.io.FilePermission "RequestBodyTest.tmp", "read,write,delete";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    40
56265
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56258
diff changeset
    41
    permission java.net.URLPermission "http://localhost:*/echo/foo",   "POST";
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56258
diff changeset
    42
    permission java.net.URLPermission "https://localhost:*/echo/foo",  "POST";
56258
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    43
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    44
    // for HTTP/1.1 server logging
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    45
    permission java.util.logging.LoggingPermission "control";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    46
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    47
    // needed to grant the HTTP server
56265
ec34ae013fbe http-client-branch: tests should bind to the loopback only
chegar
parents: 56258
diff changeset
    48
    permission java.net.SocketPermission "localhost:*", "accept,resolve";
56258
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    49
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    50
    permission java.util.PropertyPermission "*", "read";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    51
    permission java.lang.RuntimePermission "modifyThread";
697f7f055712 http-client-branch: rework file permissions to use limited doPriv - forgotten test policy files
chegar
parents:
diff changeset
    52
};