JDK-6797318: Undeclared IAE thrown from HttpURLConnection.connect for some URLs

2014-07-17 Thread Andreas Rieber
Hi, i would like to contribute a patch for this old issue. The suggested fix in the issue looks right but instead of the IOE it would simply connect to localhost. The same wrong behaviour can be reproduced with ProxySelector.setDefault(null). I also checked other protocols and http, https and ft

Re: RFR: JDK-8050922 - add additional diagnostic to java/net/MulticastSocket/TestInterfaces.java

2014-07-17 Thread Chris Hegarty
Looks ok to me Mark, and inline with what we have done to other similar tests. -Chris. On 17 Jul 2014, at 12:01, Mark Sheppard wrote: > Hi, > please oblige and review the following diagnostic output addition to > the test java/net/MulticastSocket/TestInterfaces.java > > http://cr.openjdk.jav

RFR: JDK-8050922 - add additional diagnostic to java/net/MulticastSocket/TestInterfaces.java

2014-07-17 Thread Mark Sheppard
Hi, please oblige and review the following diagnostic output addition to the test java/net/MulticastSocket/TestInterfaces.java http://cr.openjdk.java.net/~msheppar/8050922/webrev/ for the task https://bugs.openjdk.java.net/browse/JDK-8050922 which will assist in diagnosing an intermittent f