Apache Tomcat Connectors 1.2.44 发布了。mod_jk 也叫 JK,这是一款 Apache/IIS 用来连接后台Tomcat的模块,支持集群和负载均衡。
主要更新内容如下:
- update 57946: Apache: Update the documentation to use httpd 2.4.x style access control directives. (markt)
- fix 58287: Common: Use Local, rather than Global, mutexs on Windows to better support multi-user environments. (markt)
- fix 59897: Apache: Use poll rather than select to avoid the limitations of select triggering an httpd crash. Patch provided by Koen Wilde. (markt)
- fix 60745: ISAPI: Remove the check that rejects requests that contain path segments that match WEB-INF or META-INF as it duplicates a check that Tomcat performs and, because ISAPI does not have visibility of the current context path, it is impossible to implement this check without valid requests being rejected. (markt)
- add Clarify the behvaiour of lb workers when all ajp13 workers fail with particular reference to the role of the retries attribute. (markt)
完整更新内容请查看发布说明。
下载地址:
转自 https://www.oschina.net/news/99554/apache-tomcat-connectors-1-2-44-released