Skip to content

Commit de35864

Browse files
committed
8210819: Update the host name in CNameTest.java
Backport-of: c1bbf89
1 parent b157064 commit de35864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/sun/net/InetAddress/nameservice/dns/CNameTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
@@ -38,7 +38,7 @@
3838
* @summary Test DNS provider's handling of CNAME records
3939
*/
4040
public 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() + "};";

0 commit comments

Comments
 (0)