Hi
minor update to fix, the boolean handlerRunAsExpected flag has been removed,
so the fix rectifies the URL construction

http://cr.openjdk.java.net/~msheppar/8065222/webrev.01/

regards
Mark
On 19/11/2014 19:50, Mark Sheppard wrote:
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-8065222

The 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

Reply via email to