Jetty 9.4.6 发布了。Jetty 是一个开源的 servlet 容器,它为基于 Java 的 web 内容,例如 JSP 和 servlet 提供运行环境。Jetty 是使用 Java 语言编写的,它的 API 以一组 JAR 包的形式发布。开发人员可以将 Jetty 容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的 Java 应用提供网络和 web 连接。
更新内容:
TLS close behaviour breaking session resumption
Please improve logging in SslContextFactory when there are no approvedÂcipher suites
Adding jetty.base.uri and jetty.home.uri
websocket dump badly formatted
Delay starting of WebSocketClient until an attempt to connect is made
PropertyUserStore should extract packed config file
MongoSessionDataStore old session scavenging is broken due to theÂmissing $ sign in "and" operation
Jetty BOM should not depend on jetty-parent
下载地址:
Eclipse:https://www.eclipse.org/jetty/download.html
Maven Central:http://central.maven.org/maven2/org/eclipse/jetty/
软件详情:http://dev.eclipse.org/mhonarc/lists/jetty-announce/msg00109.html
来自:开源中国社区

