On Tue, 28 Apr 2026 12:04:57 GMT, Daisuke Yamazaki <[email protected]> wrote:
>> Daisuke Yamazaki has updated the pull request with a new target base due to >> a merge or a rebase. The pull request now contains 33 commits: >> >> - Update copyright year to 2026 in test files >> - Changed the test case implementation from TestNG to JUnit >> - Merge remote-tracking branch 'upstream/master' into >> 8355572-support-http-range-header >> >> # Conflicts: >> # test/jdk/com/sun/net/httpserver/simpleserver/FileServerHandlerTest.java >> # test/jdk/com/sun/net/httpserver/simpleserver/SimpleFileServerTest.java >> - Merge branch 'master' into 8355572-support-http-range-header >> - Fix HTTP Range header test case for invalid range format >> - Add test case for duplicate and overlapping HTTP Range headers >> >> Co-authored-by: Daniel Fuchs <[email protected]> >> - Replace IOException with EOFException for unexpected EOF in >> FileServerHandler >> - Throw IOException on unexpected EOF while reading file in >> FileServerHandler >> - Implement range normalization for overlapping and contiguous HTTP Range >> headers >> - Add additional test cases for invalid HTTP Range header formats >> - ... and 23 more: https://git.openjdk.org/jdk/compare/bea48b54...14ba03f1 > > Would someone kindly be available to review this PR when they have a moment? > > Additionally, does anyone know how we might be able to remove the warning > related to AI usage, or is there an established approach for handling it > properly? Hello @PeyaPeyaPeyang, > Additionally, does anyone know how we might be able to remove the warning > related to AI usage, or is there an established approach for handling it > properly? The AI usage policy when contributing to OpenJDK project is explained here https://openjdk.org/legal/ai. Please read through that document and only if this PR complies with that policy, please go ahead and follow the instructions here https://mail.openjdk.org/archives/list/[email protected]/thread/KUQQUZ36WT34BYWITCGGWSKL33345P7U/ ------------- PR Comment: https://git.openjdk.org/jdk/pull/28021#issuecomment-4335069613
