Apache Tomcat is een Webcontainer die is ontwikkeld door de Apache Software Foundation. Tomcat voert Java Servlets en JavaServer Pages uit, en biedt een http-webomgeving aan waarop Java-code direct kan worden gedraaid. Voor meer informatie verwijzen we naar deze pagina. De ontwikkelaars hebben versies 9.0.10 en 8.5.32 uitgebracht, voorzien van de volgende aankondigingen:
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:Full details of these changes, and all the other changes, are available in the Tomcat 9 changelog.
- 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 websockets 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.
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:Full details of these changes, and all the other changes, are available in the Tomcat 8.5 changelog.
- 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.