Re: RFR: 8161016: Strange behavior of URLConnection with proxy

2016-08-31 Thread Chris Hegarty
-...@openjdk.java.net Subject: Re: RFR: 8161016: Strange behavior of URLConnection with proxy On 08/11/2016 05:17 PM, Ramanand Patil wrote: Webrev: http://cr.openjdk.java.net/~rpatil/8161016/webrev.00/ Fix: Instead of falling back to direct connection when last proxy fails to open connection, re-try once with

RE: RFR: 8161016: Strange behavior of URLConnection with proxy

2016-08-12 Thread Ramanand Patil
/ Regards, Ramanand. -Original Message- From: Aleksey Shipilev [mailto:aleksey.shipi...@gmail.com] Sent: Thursday, August 11, 2016 10:10 PM To: Ramanand Patil; OpenJDK Network Dev list Cc: core-libs-...@openjdk.java.net Subject: Re: RFR: 8161016: Strange behavior of URLConnection with proxy

RFR: 8161016: Strange behavior of URLConnection with proxy

2016-08-11 Thread Ramanand Patil
Hi all, Please review the fix for Bug  - https://bugs.openjdk.java.net/browse/JDK-8161016 Bug Description: When ProxySelector is present, i.e. there is minimum one proxy set (by System Property or System Default or using Custom ProxySelector implementation) connection should be opened through