RFR (testbug) 8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
Daniel Fuchs
daniel.fuchs at oracle.com
Thu Jan 31 19:23:45 UTC 2019
8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed
with "java.net.ConnectException"
https://bugs.openjdk.java.net/browse/JDK-8218133
webrev:
http://cr.openjdk.java.net/~dfuchs/webrev_8218133/webrev.00/
Connection refused are usually a symptom of port reuse
issue, and using the loopback interface reduces the
risk of this happening.
The test was also missing some cleanup.
best regards,
-- daniel
More information about the net-dev
mailing list