> On 21 May 2019, at 18:25, Daniel Fuchs <[email protected]> wrote:
>
> Hi,
>
> Please find below a patch for:
>
> 8224204: Replace wildcard address with loopback or local host in
> tests - part 10
> https://bugs.openjdk.java.net/browse/JDK-8224204
>
> which fixes a bunch of sun/net/* tests that were observed failing:
>
> webrev:
> http://cr.openjdk.java.net/~dfuchs/webrev_8224204/webrev.00/index.html
> <http://cr.openjdk.java.net/~dfuchs/webrev_8224204/webrev.00/index.html>
Looks ok Daniel.
Trivially,
47 try (NTLMServer server = startServer(new ServerSocket(0, 0,
loopback), false)) {
double space between `server` and `=`.
-Chris.