RFR: JDK-8065222 - sun/net/www/protocol/http/B6369510.java doesn't execute as expected

Mark Sheppard mark.sheppard at oracle.com
Sat Nov 22 12:14:57 UTC 2014


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.sheppard at 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



More information about the net-dev mailing list