author | dfuchs |
Tue, 28 Nov 2017 11:27:05 +0000 | |
branch | http-client-branch |
changeset 55905 | 0812b07be2da |
parent 55856 | 038e64c3d92a |
child 55973 | 4d9b002587db |
permissions | -rw-r--r-- |
55905
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
1 |
// |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
2 |
// Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
3 |
// DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
4 |
// |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
5 |
// This code is free software; you can redistribute it and/or modify it |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
6 |
// under the terms of the GNU General Public License version 2 only, as |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
7 |
// published by the Free Software Foundation. |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
8 |
// |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
9 |
// This code is distributed in the hope that it will be useful, but WITHOUT |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
10 |
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
11 |
// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
12 |
// version 2 for more details (a copy is included in the LICENSE file that |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
13 |
// accompanied this code). |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
14 |
// |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
15 |
// You should have received a copy of the GNU General Public License version |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
16 |
// 2 along with this work; if not, write to the Free Software Foundation, |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
17 |
// Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
18 |
// |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
19 |
// Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
20 |
// or visit www.oracle.com if you need additional information or have any |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
21 |
// questions. |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
22 |
// |
0812b07be2da
http-client-branch: 8185847: jdk/test/java/net/httpclient/security/*.policy files are missing copyrights
dfuchs
parents:
55856
diff
changeset
|
23 |
|
36131 | 24 |
// Policy: 0 |
25 |
||
26 |
grant { |
|
27 |
// permissions common to all tests |
|
37791
ae33107fd8b3
8155928: Remove hardcoded port numbers from httpclient/Security.java test
michaelm
parents:
36131
diff
changeset
|
28 |
permission java.util.PropertyPermission "*", "read"; |
36131 | 29 |
permission java.io.FilePermission "${test.classes}${/}-", "read,write,delete"; |
30 |
permission java.lang.RuntimePermission "modifyThread"; |
|
31 |
permission java.util.logging.LoggingPermission "control", ""; |
|
32 |
permission java.net.SocketPermission "localhost:1024-", "accept,listen"; |
|
33 |
permission java.io.FilePermission "${test.src}${/}docs${/}-", "read"; |
|
34 |
permission java.lang.RuntimePermission "createClassLoader"; |
|
35 |
||
36 |
||
37 |
// permissions specific to this test |
|
38 |
}; |
|
39 |
||
40 |
// For proxy only. Not being tested |
|
41 |
grant codebase "file:${test.classes}/proxydir/-" { |
|
42 |
permission java.net.SocketPermission "localhost:1024-", "accept,listen,connect"; |
|
43 |
permission java.net.SocketPermission "127.0.0.1:1024-", "connect,resolve"; |
|
44 |
}; |
|
45 |
||
42460
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
46 |
grant codeBase "jrt:/jdk.incubator.httpclient" { |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
47 |
permission java.lang.RuntimePermission "accessClassInPackage.sun.net"; |
46093
5d86e010d558
8185794: java/net/httpclient/security/Driver.java fails in timeout
dfuchs
parents:
42460
diff
changeset
|
48 |
permission java.lang.RuntimePermission "accessClassInPackage.sun.net.util"; |
42460
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
49 |
permission java.lang.RuntimePermission "accessClassInPackage.sun.net.www"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
50 |
permission java.lang.RuntimePermission "accessClassInPackage.jdk.internal.misc"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
51 |
|
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
52 |
// ## why is SP not good enough. Check API @throws signatures and impl |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
53 |
permission java.net.SocketPermission "*","connect,resolve"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
54 |
permission java.net.URLPermission "http:*","*:*"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
55 |
permission java.net.URLPermission "https:*","*:*"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
56 |
permission java.net.URLPermission "ws:*","*:*"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
57 |
permission java.net.URLPermission "wss:*","*:*"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
58 |
permission java.net.URLPermission "socket:*","CONNECT"; // proxy |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
59 |
|
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
60 |
// For request/response body processors, fromFile, asFile |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
61 |
permission java.io.FilePermission "<<ALL FILES>>","read,write"; // delete??? |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
62 |
|
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
63 |
permission java.util.PropertyPermission "jdk.httpclient.*","read"; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
64 |
|
55821
fa0fc03c0853
http-client-branch: HttpClient uses ProxySelector.getDefault() by default
dfuchs
parents:
47216
diff
changeset
|
65 |
permission java.net.NetPermission "getProxySelector"; |
42460
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
66 |
}; |
7133f144981a
8170648: Move java.net.http package out of Java SE to incubator namespace
michaelm
parents:
37791
diff
changeset
|
67 |