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

2016-08-31 Thread Chris Hegarty
On 12/08/16 20:56, Ramanand Patil wrote: Hi Aleksey, Thank you for your review. In the exception handler block: when last proxy fails, it was using a DIRECT connection, but in the fixed version it was just a re-try once with the last proxy before failing the connection. Considering your point

Review request JDK-8165180: Provide a shared secret to access non-public ServerSocket constructor

2016-08-31 Thread Mandy Chung
This patch introduces JavaNetSocketAccess to allow access to non-public ServerSocket constructor that is accessed by some other area as a clean up. Webrev: http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8165180/webrev.00/ Mandy

Re: Review request JDK-8165180: Provide a shared secret to access non-public ServerSocket constructor

2016-08-31 Thread Chris Hegarty
> On 31 Aug 2016, at 21:48, Mandy Chung wrote: > > This patch introduces JavaNetSocketAccess to allow access to non-public > ServerSocket constructor that is accessed by some other area as a clean up. > > Webrev: > http://cr.openjdk.java.net/~mchung/jdk9/webrevs/8165180/webrev.00/ This seems