Path to this page:
Subject: CVS commit: pkgsrc/www/apache-tomcat85
From: Juraj Lutter
Date: 2020-12-09 22:40:39
Message id: 20201209214039.8E276FA9D@cvs.NetBSD.org
Log Message:
www/apache-tomcat85: Update to 8.5.61
Changelog for 8.5.61:
- Align the behaviour of ServletContext.getRealPath(String path) with the
recent clarification from the Servlet specification project. If the path
parameter does not start with / then Tomcat processes the call as if / is
appended to the beginning of the provided path.
- Fix a potential file descriptor leak when WebSocket connections are
attempted and fail.
- Ensure that the LoadBalancerDrainingValve uses the correct setting for the
secure attribute for any session cookies it creates.
Changelog for 8.5.60:
- Statistics are now available (via JMX) for HTTP/2, WebSocket and HTTP/1.1
upgraded connections
- Stability improvements for HTTP/2
- Improvements to error handling in the connection pool used by the JNDI
Realm
Files: