[jdk11u-dev] RFR: 8229486: Replace wildcard address with loopback or local host in tests - part 21

Martin Doerr mdoerr at openjdk.java.net
Thu Mar 17 21:12:33 UTC 2022


On Wed, 16 Mar 2022 15:41:07 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 11.0.16-oracle.
> 
> TcpKeepAliveTest.java does not apply because
>    8220083: Use InetAddress.getLoopbackAddress() in place of 127.0.0.1 f...
> is missing 
> 
> SetIfModifiedSince.java does not apply because
>    8226756: Replace wildcard address with loopback or local host in tests - part 18
> is missing. 
> 
> I included the respective previous changes to these two files in this patch. Backporting these larger
> dependencies will cause recursive backports or require resolving. I want to avoid this additional 
> effort. In case backports of these other changes are necessary later, one will just have to 
> skip the patches to the corresponding files. As the changes are quite simple, this should
> be easy enough to do.

For reference: parts of these changes were integrated: https://github.com/openjdk/jdk/commit/ef9ce3be1e33f1a45a6d8fbcbe3d4ceffcf7c4ce https://github.com/openjdk/jdk/commit/76785af549f94d0a46dee6dc85933c4e2c7b126e

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/902


More information about the jdk-updates-dev mailing list