RFR : 8026405: javax/xml/ws/clientjar/TestWsImport.java failing on JDK 8 nightly aurora test runs
Seán Coffey
sean.coffey at oracle.com
Wed Oct 23 19:27:19 UTC 2013
Hi,
this is a test stabilization fix for jdk8-tl. It turns out that the
wsimport tool sets java.net.useSystemProxies to true. This can cause
connection issues to localhost for some windows environments depending
on proxy configuration. Best solution here is to disable the
systemProxies since we don't need them. The test just needs access to
localhost.
bug : https://bugs.openjdk.java.net/browse/JDK-8026405
webrev : http://cr.openjdk.java.net/~coffeys/webrev.8026405.jdk8/webrev/
regards,
Sean.
More information about the core-libs-dev
mailing list