[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:22:34 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.

Taking these parts makes sense IMHO. LGTM.

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

Marked as reviewed by mdoerr (Reviewer).

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


More information about the jdk-updates-dev mailing list