发布于 2017-04-04 00:21:57 | 232 次阅读 | 评论: 0 | 来源: 网友投递
Tomcat 开源Web应用服务器
Tomcat 服务器是一个免费的开放源代码的Web 应用服务器,属于轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。
Apache Tomcat 8.0.43 包括针对 8.0.42 中标识的问题以及其他增强和更改的修复程序。
54618: Add support to the HttpHeaderSecurityFilter
for the HSTS preload parameter. (markt)
60876: Ensure that Set-Cookie
headers generated by the Rfc6265CookieProcessor
are aligned with the specification. Patch provided by Jim Griswold. (markt)
60911: Ensure NPE will not be thrown when looking for SSL session ID. Based on a patch by Didier Gutacker. (violetagg)
……
Apache Tomcat 7.0.77 主要是一些 bug 修复和改进。
When using the NIO2 connector, ensure a WebSocket close frame is processed before the end of stream is processed to ensure that the end of stream is processed correctly. (markt)
60852: Correctly spell compressible when used in configuration attributes and internal code. Based on a patch by Michael Osipov. (markt)
Improve sendfile handling when requests are pipelined. (markt)
……