File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/jdk/sun/net/InetAddress/nameservice/dns Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
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.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
3838 * @summary Test DNS provider's handling of CNAME records
3939 */
4040public class CNameTest {
41- private static final String HOST = "www-proxy.us.oracle.com " ;
41+ private static final String HOST = "www.w3c.org " ;
4242 private static final String POLICY = "grant {" + System .lineSeparator () +
4343 " permission java.net .SocketPermission \" ${HOST}\" , \" resolve\" ;" +
4444 System .lineSeparator () + "};" ;
You can’t perform that action at this time.
0 commit comments