Jetty 9.3.21.v20170918 发布了,Jetty 是一个开源的 servlet 容器,它为基于 Java 的 web 内容,例如 JSP 和 servlet 提供运行环境。Jetty 是使用 Java 语言编写的,它的 API 以一组 JAR 包的形式发布。开发人员可以将 Jetty 容器实例化成一个对象,可以迅速为一些独立运行(stand-alone)的 Java 应用提供网络和 web 连接。
更新内容:
- 487 JDK 9 build compatibility
- 1116 Support empty HTTP header values
- 1357 RolloverFileOutputStream: No rollout performed at midnight
- 1469 RolloverFileOutputStream: IllegalStateException Task already scheduled
- 1507 RolloverFileOutputStream: Negative delay Timer.schedule exception
- 1513 RolloverFileOutputStream: can’t handle multiple instances
- 1515 Improved RollOverFileOutputStream removeOldFiles() behavior
- 1556 Remove a timing channel in Password matching
- 1590 Improve RolloverFileOutputStream functionality with multiple TimeZones
- 1655 Improve extensibility of ServerConnector
- 1661 AbstractProxyServlet onProxyResponseFailure Error
- 1664 IPAccessHandler CIDR IP range check is incorrect
- 1685 Update ALPN support for Java 8u141
- 1687 HTTP2: Correcting missing callback notification when channel not found
- 1702 Update ALPN support for Java 8u144
- 1703 Improve HttpInput failure logging
- 1719 HTTP/2: Improve handling of queued requests
- 1741 Java 9 javadoc failure in build
- 1749 Dump HttpDestination exchange queue
- 1750 PoolingHttpDestination creates ConnectionPool twice
- 1759 HTTP/2: producer can block in onReset
- 1790 HTTP/2: 100% CPU usage seen during close/shutdown of endpoint
- 475546 ClosedChannelException when connection to HTTPS over HTTP proxy
- with CONNECT
下载地址:
转自 http://www.oschina.net/news/89081/jetty-9-3-21-v20170918