Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.4.4 Released!

The Jetty team is happy to announce the immediate availability of a new release for the Eclipse Jetty 9.4.x branch.


This is maintenance releases which includes numerous bug fixes and enhancements. Note: This release also deprecates Continuations which are planned for complete removal in a future version of Jetty. It is recommended that users upgrade to the latest version. Patch notes for each release can be found at the end of this email.


This release available on the Eclipse Jetty project download page or from the Maven Central repository:

Documentation for this release can be found on the Eclipse Jetty project site:

If you find any issues with this release, or if you want to suggest future enhancements, please file an issue on the Jetty GitHub page:

Commercial production and development support for Jetty is offered through Webtide (www.webtide.com). Please contact us for more information or email jesse@xxxxxxxxxxx to learn more.

Change logs for these releases are listed below.


Best Regards,

The Jetty Development Team


jetty-9.4.4.v20170414 - 14 April 2017

 + 612 Support HTTP Trailer

 + 877 Programmatic servlet mappings cannot override mappings from

   webdefault.xml using quickstart

 + 1201 X-Forwarded-For incorrectly set in jetty-http-forwarded.xml

 + 1334 Dispatcher.commitResponse() failure is unreported

 + 1386 Optimise session writes

 + 1411 Use short-circuit operator in websocket Frame

 + 1417 Improve classloader dumping

 + 1418 setWriteListener causes race

 + 1423 Update to gcloud datastore 0.10.0-beta

 + 1433 Wrong status message for code 417

 + 1434 Improve properties in jetty-gzip.xml

 + 1435 Apply setCharacterEncoding to static content without an assumed encoding

 + 1436 NullPointerException when calling changeSessionId

 + 1439 Allow UNC paths to function as Resource bases

 + 1440 Improve lock contention for low resources scheduling strategy

 + 1444 Deprecate Continuations

 + 1448 StackOverflowError when using URLStreamHandlerFactory in

   WebAppClassloader

 + 1449 Unable to find the JVM Lib directory in WebAppContext

 + 1450 JMX does not export session statistics

 + 1452 Add tests for [want|need]ClientAuth

 + 1454 CachedContentFactory locks filesystem after first read of file

 + 1456 Error dispatch race with async write

 + 1463 SSL Renegotiate limit

 + 1466 Only use ServletContainerInitializers from server path for web.xml <

   3.0

 + 1467 Change default for WebAppContext.isConfiguredDiscovered to false

 + 1469 IllegalStateException in RolloverFileOutputStream

 + 1472 Broken *.gz symlinks cause NPE in DefaultServlet.

 + 1475 SIOOBE in ContextHandler startup


Back to the top