The Apache Tomcat team announces the immediate availability of Apache
Tomcat 7.0.37.
Apache Tomcat is an open source software implementation of the Java
Servlet and JavaServer Pages technologies.

This release contains a small number of bug fixes and improvements
compared to version 7.0.35. The notable changes include:

- Fix the regression in the JspC tool that is used to pre-compile JSP
  pages introduced in 7.0.35. See issue 54440 for details. Patch
  provided by Sheldon Shao.
- Improve handling of ciphers and sslEnabledProtocols options for the
  BIO and NIO connectors. The behaviour of each connector is now the
  same. The values provided are pruned to those supported by the SSL
  implementation and when none of the remaining values are supported a
  warning is issued and the connector configured with an empty set of
  options (which essentially disables HTTPS support).
- Update to Commons Daemon 1.0.13.

Please refer to the change log for the complete list of changes:
http://tomcat.apache.org/tomcat-7.0-doc/changelog.html

Note: This version has 4 zip binaries: a generic one and three
      bundled with Tomcat native binaries for Windows operating systems
      running on different CPU architectures.

Note: If you use the APR/native AJP or HTTP connector you *must* upgrade
      to version 1.1.24 or later of the AJP/native library and it is
      recommended that you upgrade to 1.1.27

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

Migration guides from Apache Tomcat 5.5.x and 6.0.x:
http://tomcat.apache.org/migration.html

Reply via email to