AApache Tomcat 7.0.96 released, open-source Java Web application server

Apache Tomcat 7.0.96 has been released, Tomcat is an open source implementation of Java Servlet, JavaServer Pages, Java Expression Language and Java WebSocket technology, is a free open-source Web application server.

Compared with the 7.0.94 version, this version contains many bug fixes and improvements, updates are as follows:

  • Catalina: correct option parsing malformed request, and use the 400 response to reject them, rather than trigger an internal error 500 response
  • Coyote: correctly resolve the host name contains invalid bytes 128 to 255, 400 in response to reject them and using, instead of triggering an internal error response 500
  • WebSocket: Repair the default installation of Tomcat 7 does not start on the return of Java 6
  • Other: Enable parallel execution unit testing

Details are explained:

http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

download link:

http://tomcat.apache.org/download-70.cgi

Guess you like

Origin www.oschina.net/news/108934/apache-tomcat-7-0-96-released