[teststabilization] RFR: 8225578: Replace wildcard address with loopback or local host in tests - part 16

Chris Hegarty chris.hegarty at oracle.com
Mon Jun 17 11:06:36 UTC 2019


Daniel,

On 12/06/2019 16:54, Daniel Fuchs wrote:
> Hi,
> 
> Please find below a patch that fixes
> java/net/Authenticator and java/net/CookieHandler to use
> the loopback address - or the local host address if needed,
> instead of the wildcard whenever that is possible:
> 
> webrev:
> http://cr.openjdk.java.net/~dfuchs/webrev_8225578/webrev.00/

Looks good.

Trivially,

test/jdk/java/net/Authenticator/AuthNPETest.java

  146             URL url =  URIBuilder.newBuilder()
                           ^^
                        extra space

-Chris.


More information about the net-dev mailing list