[jdk21u-dev] Integrated: 8332020: jwebserver tool prints invalid URL in case of IPv6 address binding
Taizo Kurashige
tkurashige at openjdk.org
Tue Jul 22 08:53:37 UTC 2025
On Wed, 16 Jul 2025 10:16:19 GMT, Taizo Kurashige <tkurashige at openjdk.org> wrote:
> Hi,
>
> This is a backoport of JDK-8332020: jwebserver tool prints invalid URL in case of IPv6 address binding
>
> Original patch applies cleanly to 21u.
>
> This is dependent PR for https://github.com/openjdk/jdk21u-dev/pull/1981 (PR for JDK-8353698). First, because the bug of JDK-8353698 can be reproduced in 21u, I thought about backporting JDK-8353698 to 21u. However, the patch of JDK-8353698 could not be applied cleanly because IPv6BoundHost.java added in JDK-8332020 does not exist in 21u. Therefore, since I confirmed that the bug of JDK-8332020 can be reproduced in 21u, I considered this PR as a PR that https://github.com/openjdk/jdk21u-dev/pull/1981 depends on.
>
> Testing: test/jdk/com/sun/net/httpserver/simpleserver passes on Windows Server 2022
>
> Thanks.
This pull request has now been integrated.
Changeset: d1229515
Author: Taizo Kurashige <tkurashige at openjdk.org>
Committer: Severin Gehwolf <sgehwolf at openjdk.org>
URL: https://git.openjdk.org/jdk21u-dev/commit/d122951500e3c6762bef4cfd17cab3e96091aa00
Stats: 107 lines in 2 files changed: 106 ins; 0 del; 1 mod
8332020: jwebserver tool prints invalid URL in case of IPv6 address binding
Backport-of: f9a1d3381b12c97784c11649be079147c85939c0
-------------
PR: https://git.openjdk.org/jdk21u-dev/pull/1980
More information about the jdk-updates-dev
mailing list