Mark,

Thanks for RMing.

On 12/3/20 09:49, Mark Thomas wrote:
The proposed Apache Tomcat 8.5.61 release is now available for voting.

The notable changes compared to the 8.5.60 release are:

- 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. Patch provided by Maurizio Adami.

- Ensure that the LoadBalancerDrainingValve uses the correct setting
   for the secure attribute for any session cookies it creates. Based on
   a pull request by Andreas Kurth.

Along with lots of other bug fixes and improvements.

For full details, see the changelog:
https://ci.apache.org/projects/tomcat/tomcat85/docs/changelog.html

It can be obtained from:
https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.61/

The Maven staging repo is:
https://repository.apache.org/content/repositories/orgapachetomcat-1290/

The tag is:
https://github.com/apache/tomcat/tree/8.5.61
77d330abea52e4aeb039ca7eb8a766e0e1c56a71

The proposed 8.5.61 release is:
[ ] Broken - do not release
[X] Stable - go ahead and release as 8.5.61

+1 for stable release

Tested with a standard servlet-based web application. Noting fancy like Websocket or h2.

Failing unit tests are very likely to be related to my OpenSSL version and support for various ciphers. I still have to nail these down so they pass in my environment.

Details:

* Environment
* Java (build): openjdk version "1.8.0_272" OpenJDK Runtime Environment (build 1.8.0_272-8u272-b10-0+deb9u1-b10) OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode) * Java (test): openjdk version "1.8.0_272" OpenJDK Runtime Environment (build 1.8.0_272-8u272-b10-0+deb9u1-b10) OpenJDK 64-Bit Server VM (build 25.272-b10, mixed mode)
*  OS:       Linux 4.9.0-9-amd64 x86_64
*  cc:       cc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516
*  make:     GNU Make 4.1
*  OpenSSL:  OpenSSL 1.1.1 11 Sep 2018
*  APR:      1.5.2
*
* Valid SHA-512 signature for apache-tomcat-8.5.61.zip
* Valid GPG signature for apache-tomcat-8.5.61.zip
* Valid SHA-512 signature for apache-tomcat-8.5.61.tar.gz
* Valid GPG signature for apache-tomcat-8.5.61.tar.gz
* Valid SHA-512 signature for apache-tomcat-8.5.61.exe
* Valid GPG signature for apache-tomcat-8.5.61.exe
* Valid SHA512 signature for apache-tomcat-8.5.61-src.zip
* Valid GPG signature for apache-tomcat-8.5.61-src.zip
* Valid SHA512 signature for apache-tomcat-8.5.61-src.tar.gz
* Valid GPG signature for apache-tomcat-8.5.61-src.tar.gz
*
* Binary Zip and tarball: Same
* Source Zip and tarball: Same
*
* Building dependencies returned: 0
* tcnative builds cleanly
* Tomcat builds cleanly
* Junit Tests: FAILED
*
* Tests that failed:
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.APR.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestCipher.NIO2.txt
* org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR.txt * org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.NIO.txt * org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.NIO2.txt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to