Download Apache Tomcat 7.0.14

Spread the love

Apache Tomcat is a Web container developed by the Apache Software Foundation. Tomcat runs Java Servlets and JavaServer Pages and provides an http web environment on which Java code can be run directly. For more information, please refer to this page. The developers released version 7.0.14 a few days ago with the following announcement and list of changes:

Tomcat 7.0.14 Released

The Apache Tomcat Project is proud to announce the release of version 7.0.14 of Apache Tomcat. This release includes bug fixes and the following new features compared to version 7.0.12:

  • The StuckThreadDetectionValve to identify long running requests.
  • JAAS authentication support to the JMXRemoteLifecycleListener.
  • Updated MIME type mappings to align with those of Apache httpd.

Catalina:

  • Stylistic improvements to MIME type sync script. Based on a patch provided by Felix Schumacher. (rjung)
  • Ensure that the SSLValve provides the SSL key size as an Integer rather than a String. (market)
  • Ensure that the RemoteIpValve works correctly with Servlet 3.0 asynchronous requests. (market)
  • Use safe equality test when determining event type in the MapperListener. (market)
  • Use correct class loader when loading Servlet classes in StandardWrapper. (market)
  • Provide additional configuration options for the RemoteIpValve and RemoteIpFilter to allow greater control over the values ​​returned by ServletRequest#getServerPort() and ServletRequest#getLocalPort() when Tomcat is behind a reverse proxy. (market)
  • Ensure session cookie paths end in / so that session cookies created for a context with a path of /foo do not get returned with requests mapped to a context with a path of /foobar. (market)

Jasper:

  • 51177: Ensure Tomcat’s MapElResolver always returns Object.class for getType() as required by the EL specification. (market)

Version number 7.0.14
Release status Final
Operating systems Java
Website Apache Tomcat Project
Download
License type Conditions (GNU/BSD/etc.)
You might also like