[jdk11u-dev] Integrated: 8230435: Replace wildcard address with loopback or local host in tests - part 22

Goetz Lindenmaier goetz at openjdk.org
Tue Nov 7 09:09:43 UTC 2023


On Mon, 6 Nov 2023 12:18:18 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:

> I backport this for parity with 11.0.21-oracle.
> 
> test/jdk/com/sun/net/httpserver/bugs/8199849/BasicAuthenticatorCharset.java
> This test was only added in 14 by "8199849 Add support for UTF-8 encoded credentials in HTTP Basic Authentication". Skipped.
> 
> PortUnreachable.java depends on part 3. As that change of this series is hard to backport,
> I just include the respective parts in this change. See extra commit. They apply clean.
> 
> test/jdk/sun/net/www/protocol/https/HttpsURLConnection/B6216082.java
> Backport of later "8268464: Remove dependancy of TestHttpsServer, HttpTransaction, HttpC..." makes these
> changes pointless. Skipped.

This pull request has now been integrated.

Changeset: 48f1f398
Author:    Goetz Lindenmaier <goetz at openjdk.org>
URL:       https://git.openjdk.org/jdk11u-dev/commit/48f1f39821dfd29a6a8d1caffbdf8d1481692aa4
Stats:     207 lines in 13 files changed: 152 ins; 4 del; 51 mod

8230435: Replace wildcard address with loopback or local host in tests - part 22

Fixes tests to use the loopback address whenever possible. It also fixes some safe publishing issues, or add diagnostics in some of the tests.

Reviewed-by: lucy
Backport-of: f71db3074c44c554b600c506adaa5b145edf4420

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

PR: https://git.openjdk.org/jdk11u-dev/pull/2252


More information about the jdk-updates-dev mailing list