Jetty 9.3.13 和 Jetty 9.3.14 发布了,Jetty 是一个开源的 servlet 容器,它为基于 Java 的 web 内容,例如 JSP 和 servlet 提供运行环境。Jetty 是使用 Java 语言编写的,它的 API 以一组 JAR 包的形式发布。开发人员可以将 Jetty 容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的 Java 应用提供网络和 web 连接。
Jetty 9.3.13 更新内容:
Ensure Jetty Client use of Deflater / Inflater calls .end() to avoid memory leak
No LSB Tags on jetty.sh script cause warning on Ubuntu 16.04
Create a Flight Recorder module
Allow legacy behaviour if 2 servlets map to same path
Jetty 9.3.14 更新内容:
NPE in SslConnectionFactory newConnection
Ensure Jetty Client use of Deflater / Inflater calls .end() to avoid memory leak
InputStreamResponseListener.get() throws with HTTP/2 following redirect
[9.3.x] ThreadLimitHandler has no method setBlockForMs
Remove dependency on asm types in oej.annotations.Util
Restore Request.setHttpVersion()
Improve HttpField pre-encoding
Remove jetty dependencies in jetty jasper classes
Don't execute AsyncListener.onTimeout events in spare Scheduler-Thread
AttributeNormalizer does not favor ${WAR} over other attributes, like ${jetty.base}
AttributeNormalizer should not track attributes that are null
Improve HTTP2Flusher error report
Add extra tests for empty multipart
下载地址:
9.3.13
https://github.com/eclipse/jetty.project/archive/jetty-9.3.13.v20161014.zip
9.3.14
https://github.com/eclipse/jetty.project/archive/jetty-9.3.14.v20161028.zip
这两个版本都可以在 Eclipse Jetty 项目下载页面或 Maven Central 存储库中找到:
Eclipse:https://www.eclipse.org/jetty/download.html
Maven Central:http://central.maven.org/maven2/org/eclipse/jetty/
来自:开源中国社区

