RFR (XXS): 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries - test update
Chris Hegarty
chris.hegarty at oracle.com
Fri Aug 12 14:51:06 UTC 2016
> On 12 Aug 2016, at 15:07, Svetlana Nikandrova <svetlana.nikandrova at oracle.com> wrote:
>
> Hello all,
>
> please review next micro test update. It turned out that code change for JDK-8035158 also fixed problem described in JDK-8145732.
> But I think It's worth it to update regression test with test case that explicitly covers problem described in JDK-8145732.
> It takes just 2 additional lines of code:
>
> + t.add(new TestCase("google.com|google.com|google.ie",
> + "http://google.ie", false));
>
> JBS: https://bugs.openjdk.java.net/browse/JDK-8145732
> Webrev: http://cr.openjdk.java.net/~snikandrova/8145732/webrev.00/
This looks fine. Thanks Svetlana.
-Chris.
More information about the net-dev
mailing list