Skip to content

12.0.1

Compare
Choose a tag to compare
@joakime joakime released this 30 Aug 23:30
· 1108 commits to jetty-12.0.x since this release
4768745

Important Notes

  • New Environment System (ee10 / ee9 / ee8)
  • Supports ee10 / ee9 / ee8 at the same time (in different deployed webapps)
  • Jetty Core no longer has dependencies on any Jakarta EE Spec

Special Thanks to the following Eclipse Jetty community members

Changelog

  • #10420 - do not recycle ServletChannel if aborted
  • #10416 - EE9 Copies HttpFields in response
  • #10411 - Review deployment of Jetty Context XML files
  • #10406 - Bump jetty-setuid to 2.0.1
  • #10388 - Jetty10 inetaccess mod started error
  • #10356 - Deploying WAR with ee10-cdi-spi fails with Weld 5/CDI 4
  • #10349 - Character encoding is reset when setting Content-Type
  • #10340 - Implement containsLast in HttpFields
  • #10339 - Freeze HttpFields
  • #10337 - SizeLimitHandler does not enforce 0 responseLimit
  • #10330 - Jetty 12: ResourceService throws NPE when resource has no filesystem path
  • #10329 - Jetty accepts "+" prefixed value in Content-Length (CVE-2023-40167)
  • #10323 - Jetty 12.0.0 return wrong value for HttpServletRequest.isRequestedSessionIdValid
  • #10315 - ServletInputStream::isReady results in IllegalArgumentException
  • #10309 - Jetty 12: X-Powered-By header is added 2 times (if enabled)
  • #10306 - Jetty 12 generates wrong Host header
  • #10295 - FormAuthenticator does not dispatch to an error page but redirect
  • #10294 - Request.getContext().getContextPath()
  • #10293 - Improve documentation on how to write a response body in Jetty 12
  • #10284 - Document all HttpFields methods
  • #10275 - Fix wrong websocket artifact Jetty 12.x docs (@zugazagoitia)
  • #10274 - java.nio.file.FileSystemNotFoundException when creating a resource from a JAR URL
  • #10222 - Experiment/12/improve default servlet
  • #10217 - Review ProxyConnectionFactory buffer management
  • #10213 - UnknownFormatConversionException in start.jar --debug if path has % sign
  • #10207 - Update failed JSP deployment message
  • #10163 - Allow better configuration of WebAppContext classloader
  • #10064 - Various Cleanup in ServletChannel
  • #9900 - Improve Request.getBeginNanoTime() accuracy
  • #9169 - Idle timeout is ignored if callback is not completed