Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.4.5 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 several bug fixes, enhancements and the inclusion of a BOM (Bill of Materials) artifact. 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


P.S. - Patches are still available for those interested in our Patch for a Patch program! If you've committed a change that we've accepted, drop us a line, and we will get a patch shipped out.


jetty-9.4.5.v20170502 - 02 May 2017

 + 304 Review dead code - StringUtil.sidBytesToString

 + 1235 DNS lookup in newSSLEngine(InetSocketAddress address)

 + 1348 Add a BOM artifact

 + 1390 HashLoginService and "this.web-inf.url" property are incompatible

 + 1404 Jetty 9.4.2 does not support constructors with varargs in XML config files

 + 1448 StackOverflowError when using URLStreamHandlerFactory in WebAppClassloader

 + 1475 SIOOBE in ContextHandler startup

 + 1480 Expand URIUtil.canonicalPath() testing

 + 1481 Add convenient method to add user to Realm

 + 1486 redirect to welcome file broken for sub directory

 + 1487 add decoded paths

 + 1492 Unable to override logback.version

 + 1493 Response.sendError should preserve cookies

 + 1494 Module resolution ignores alternate providers where a .mod file of the same name exists

 + 1500 HttpServletResponse.sendError() should commit and close

 + 1502 WebSocket endpoints cannot be mapped when the session id is url encoded

 + 1504 Improve defaults for HTTP/2 flow control

 + 1505 jetty.base.uri and jetty.home.uri

 + 1506 Make HttpChannels recycling configurable for HTTP/2

 + 1507 Negative delay Timer.schedule exception due to mismatched local and _logTimeZone values

 + 1508 Update to gcloud datastore 1.0.0

 + 1510 Look for SessionHandlers instead of ContextHandlers in DefaultSessionIdManager

 + 1513 RolloverFileOutputStream can't handle multiple instances

 + 1517 Review JMX's ConnectorServer

 + 1521 Prevent copy of jetty jars to lib/gcloud



Back to the top