发布于 2015-08-04 00:19:45 | 151 次阅读 | 评论: 0 | 来源: 网友投递
Jetty 开源的servlet容器
Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供网络和web连接。
Jetty 9.3.2.v20150730 发布,此版本是 Jetty 9.3.x 的维护版本,强烈建议使用 ConcatServlet 的用户升级。
Jetty 是一个开源的servlet容器,它为基于Java的web内容,例如JSP和servlet提供运行环境。Jetty是使用Java语言编写的,它的API以一组JAR包的形式发布。开发人员可以将Jetty容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的Java应用提供网络和web连接。
值得关注的更新:
[Security] ConcatServlet resource exposure
[Fix] SNI wildcard certificate matching
[Fix] Thread starvation in selector wakeup
[Fix] GzipHandler include/exclude logic (for mime types and paths)
[Improvement] Redirect Rules support optional status code
[Improvement] New Rewrite Terminating Rules
Jetty 9.3 新特性:
Introducing HTTP/2 (rfc7540) server & client support!
Overhauled scheduler - https://webtide.com/eat-what-you-kill/
Supporting SNI (Server Name Indications) during TLS/SSL negotiation
Java 8 minimum requirement
下载:
更新日志:
jetty-9.3.2.v20150730 - 30 July 2015
Â+ 470351 Fixed SNI matching of wildcard certificates
Â+ 470727 Thread Starvation of selector wakeups.
Â+ 472601Âorg.eclipse.jetty.util.log.Log.setLog() does not work as before
Â+ 472621 Unjustified timeout when serving static content
Â+ 472781 GzipHandler isMimeTypeGzipable() bad logic
Â+ 472859 ConcatServlet may expose protected resources.
Â+ 472931 HttpConfiguration copy constructor incomplete
Â+ 472974 Improved StatisticsHandler 503 generation
Â+ 473006 Encode addPath in URLResource
Â+ 473118 HTTP/2 server does not retrieve Host header from client.
Â+ 473243 Delay resource close for async default content
Â+ 473266 Better handling of MultiException
Â+ 473294 Fixed include cipher suites support for wildcards
Â+ 473307 Add 301 Moved Permanently Rules to jetty-rewrite
Â+ 473309 Add special (non-replacement) Terminating rules to jetty-rewrite
Â+ 473319 Parameterize status code on Redirect Rules for alternate use
Â+ 473321 Overriding SSL context KeyStoreType requires explicit override of
 ÂTrustStoreType
Â+ 473322 GatherWrite limit handling
Â+ 473624 ProxyServlet.Transparent / TransparentDelegate add trailing slash
 Âbefore query when using prefix.
Â+ 473832 SslConnection flips back buffers on handshake exception
更多内容请看发行说明。