Download Apache Tomcat 9.0.10 / 8.5.32

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 have released versions 9.0.10 and 8.5.32 with the following announcements:

Tomcat 9.0.10 Released

The Apache Tomcat Project is proud to announce the release of version 9.0.10 of Apache Tomcat. The notable changes compared to 9.0.10 include:

  • Add the RemoteCIDRFilter and RemoteCIDRValve that can be used to allow/deny requests based on IPv4 and/or IPv6 client address where the IP ranges are defined using CIDR notation. Based on a patch by Francis Galiegue.
  • Use NIO2 API for web sockets writes.
  • Update the packaged version of the Tomcat Native Library to 1.2.17 to pick up the latest Windows binaries built with APR 1.6.3 and OpenSSL 1.0.2o.
  • Correct a regression in the Host validation by removing the requirement that the final component of a FQDN must be alphabetic.

Full details of these changes, and all the other changes, are available in the Tomcat 9 changelog.

Tomcat 8.5.32 Released

The Apache Tomcat Project is proud to announce the release of version 8.5.32 of Apache Tomcat. Apache Tomcat 8.5.x is intended to replace 8.0.x and includes new features pulled forward from Tomcat 9.0.x. The minimum Java version and implemented specification versions remain unchanged. The notable changes compared to 8.5.31 include:

  • Add the RemoteCIDRFilter and RemoteCIDRValve that can be used to allow/deny requests based on IPv4 and/or IPv6 client address where the IP ranges are defined using CIDR notation. Based on a patch by Francis Galiegue.
  • Update the packaged version of the Tomcat Native Library to 1.2.17 to pick up the latest Windows binaries built with APR 1.6.3 and OpenSSL 1.0.2o.
  • Correct a regression in the Host validation by removing the requirement that the final component of a FQDN must be alphabetic.

Full details of these changes, and all the other changes, are available in the Tomcat 8.5 changelog.

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