RFR [11] 8203297: java/net/URL/OpenStream.java fails intermittently

2018-05-23 Thread Chris Hegarty
This is a review for a trivial change to a test to make it more robust on platforms, Mac, where system proxies are used by HttpURLConnection, by default. This test should never use a proxy. https://bugs.openjdk.java.net/browse/JDK-8203297 diff --git a/test/jdk/java/net/URL/OpenStream.java b/tes

Re: RFR [11] 8203297: java/net/URL/OpenStream.java fails intermittently

2018-05-23 Thread Alan Bateman
On 23/05/2018 16:43, Chris Hegarty wrote: This is a review for a trivial change to a test to make it more robust on platforms, Mac, where system proxies are used by HttpURLConnection, by default. This test should never use a proxy. This looks okay to me.

Re: RFR [11] 8203297: java/net/URL/OpenStream.java fails intermittently

2018-05-23 Thread Daniel Fuchs
+1 -- daniel On 23/05/2018 16:43, Chris Hegarty wrote: This is a review for a trivial change to a test to make it more robust on platforms, Mac, where system proxies are used by HttpURLConnection, by default. This test should never use a proxy. https://bugs.openjdk.java.net/browse/JDK-820329