RFR (XXS): 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries - test update

2016-08-12 Thread Svetlana Nikandrova
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

Re: RFR (XXS): 8145732: Duplicate entry in http.nonProxyHosts will ignore subsequent entries - test update

2016-08-12 Thread Chris Hegarty
> On 12 Aug 2016, at 15:07, Svetlana Nikandrova > 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 > explici

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

2016-08-12 Thread Ramanand Patil
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 points I think the alternate approach of not re-