Skip to content

12.0.29

Choose a tag to compare

@joakime joakime released this 20 Oct 23:14
· 53 commits to jetty-12.0.x since this release
jetty-12.0.29
8dbd986

Changelog

  • #13788 - 12.0.x: Make ContextHandler catch and ignore exceptions thrown by Thread.setContextClassLoader()
  • #13768 - Sanitizing of HTTP headers names and values should remove NUL bytes (U+0000)
  • #13685 - Infinite loop on Content.copy() with Content.Source.from(... , Path, ) when Path has size 0.
  • #13683 - Badly pct-encoded Shift-JIS is not supported by Jetty 12
  • #13682 - HttpClient.[maxRequest|request]HeadersSize should be consistent
  • #13676 - Backport fix for #13613 from 12.1.x to 12.0.x
  • #13634 - Avoid sending RST_STREAM for closed streams
  • #13626 - WebAppContext.setExtraClasspath(String) entry separator
  • #13615 - Concurrency issue, headers from different requests are mixed in Jetty 12.0.27
  • #13613 - HttpInput#read rethrows already thrown exception, leading to possible self-suppressing exception issue
  • #13588 - CONTAINER_JAR_PATTERN ignored on Windows