Skip to content

12.0.15

Latest
Compare
Choose a tag to compare
@joakime joakime released this 06 Nov 23:01
· 62 commits to jetty-12.0.x since this release
jetty-12.0.15
8281ae9

Changelog

  • #12431 - Typo in org.eclipse.jetty.server.FormFields.from(Request, Charset)
  • #12404 - Parsing URI with HttpUri.from(String uri) throws "IllegalArgumentException: Bad authority" when path is empty
  • #12397 - .tgz files are double-gzipped
  • #12356 - RuntimeIOException: Parser is terminated when doing lots of requests with Connection: Keep-Alive
  • #12348 - HttpClientTransportDynamic does not initialize low-level clients
  • #12341 - QPack encoder must not send any encoder instructions when SETTINGS_QPACK_MAX_TABLE_CAPACITY is 0
  • #12313 - Jetty 12 ee9/ee10 doesn't invoke callbacks when h2 client sends RST_STREAM
  • #12268 - IteratingCallback may iterate too much when process() returns Action.IDLE
  • #11749 - InvalidArgumentExceptions due to invalid status codes are not handled properly
  • #11492 - Auto add AliasChecker for custom Base Resource in DefaultServlet
  • #9980 - Add format option to CustomRequestLog for request authority and request authority scheme
  • #5888 - Limit usage of HTTP/2 connections
  • #5685 - AsyncProxyServlet calls onProxyResponseSuccess() when internally it throws "Response header too large" exception