thanks Chris
M.
On 21/11/2014 22:38, Chris Hegarty wrote:
Looks good, thanks Mark.
-Chris
On 21 Nov 2014, at 22:08, Mark Sheppard <mark.shepp...@oracle.com> wrote:
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