[jdk21u-dev] RFR: 8332020: jwebserver tool prints invalid URL in case of IPv6 address binding
Taizo Kurashige
tkurashige at openjdk.org
Tue Jul 22 01:59:32 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.
I see. I will make sure to clearly explain the goal of PR in the future.
Thank you.
Thank you for your review.
-------------
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1980#issuecomment-3100379385
PR Comment: https://git.openjdk.org/jdk21u-dev/pull/1980#issuecomment-3100384645
More information about the jdk-updates-dev
mailing list