RFR[15] JDK-8238740: java/net/httpclient/whitebox/FlowTestDriver.java would not specify a TLS protocol

2020-03-02 Thread sha . jiang
Hi, java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/FlowTest.java would not use a specific TLS protocol, instead just use the default TLS protocol, exactly TLSv1.3 now. diff -r 4a5a7dc9d05c test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/FlowTest.jav

Re: (solaris) 8059309: network tests fail with "java.net.SocketException: Couldn't obtain phys addr" when run as "root"

2020-03-02 Thread Daniel Fuchs
Hi Bernd, On 28/02/2020 22:06, Bernd Eckenfels wrote: What is the MAC address of the loopback interface on Solaris anyway? I'd expect there's none. "null" is what is consistently returned after the fix (before you either get "null" or "SocketException") Maybe it's enough to assume there is n

Re: (solaris) 8059309: network tests fail with "java.net.SocketException: Couldn't obtain phys addr" when run as "root"

2020-03-02 Thread Daniel Fuchs
Hi Alan, On 29/02/2020 07:54, Alan Bateman wrote: On 28/02/2020 22:06, Bernd Eckenfels wrote: I'm also curious if there are any platforms or configurations where the loopback has a hardware address. Mostly wondering if this should be short circuited to consistently return null (I would expect

RE: RFR[15] JDK-8183369 : RFC unconformity of HttpURLConnection with proxy

2020-03-02 Thread Ravi Reddy
Hi Daniel, As suggested by you I have added a test case for retry connection with proxy case . Please review the latest webrev and let me know your comments. With the latest changes , the HttpURLConWithProxy test fails without the fix. Webrev: http://cr.openjdk.java.net/~pkoppula/8183369/webrev