Hi, Please find below a fix for:
8224865: Replace wildcard address with loopback or local host in tests - part 13 https://bugs.openjdk.java.net/browse/JDK-8224865 webrev: http://cr.openjdk.java.net/~dfuchs/webrev_8224865/webrev.00/ Additional changes to note: Some tests (B6401598.java, B6431193.java) were catching exceptions too aggressively, hiding potential test issues. This is now fixed. I had to revamp DigestTest.java. This test was passing for the wrong reason. The test expected an exception when supplying the wrong credential. However, the request was misformatted, and the exception was generated because of that, making the test happy. I have added a test system property allowing to test both the positive and negative cases, thus ensuring that the request is properly formatted. best regards, -- daniel