Hi, please oblige and review the following change http://cr.openjdk.java.net/~msheppar/8065222/webrev/
to address the issue https://bugs.openjdk.java.net/browse/JDK-8065222The URL construction in the test now uses InetAddress.getLocalHost().getHostName(), rather than the address.getHostName(), which was returning wildcard IP address, causing a MalformedURLException.
Test, amended to propagate exception failures, also. regards Mark