Hi, Please find below a fix for a bunch of tests that have been observed to fail intermittently.
The usual trick (replacing wildcard with localhost) was applied. In some cases, the logic of the test meant that the trick could be applied only partially (e.g. it could be applied to the proxy, but not to the server), or even could not be applied. In that case the `@key intermittent` keyword has been added with a comment explaining the reason for such intermittent failure. http://cr.openjdk.java.net/~dfuchs/webrev_8223632/webrev.00/ JBS: https://bugs.openjdk.java.net/browse/JDK-8223632 best regards, -- daniel