On Sun, 26 Apr 2026 06:12:54 GMT, Jaikiran Pai <[email protected]> wrote:
> Can I please get a review of this test-only change which addresses the issue > noted in https://bugs.openjdk.org/browse/JDK-8308878? > > The commit in this PR updates the test to not hardcode a IPv4 address and > instead use the server's bound address when looking for the server's IP > address in the output. > > With this change the test now passes in IPv4 as well as IPv6 environments. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: a5003b3d Author: Jaikiran Pai <[email protected]> URL: https://git.openjdk.org/jdk/commit/a5003b3dab04761fc5284f8dfb31fa184bd682f9 Stats: 13 lines in 1 file changed: 6 ins; 0 del; 7 mod 8308878: com/sun/net/httpserver/simpleserver/OutputFilterTest.java fails with assertion errors in IPv6 only environment Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/30934
