Re: Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Christopher Schultz
Francesco, On 6/20/24 09:03, Francesco Chicchiriccò wrote: On 2024/06/20 12:18:15 Konstantin Kolinko wrote: чт, 20 июн. 2024 г. в 13:25, Francesco Chicchiriccò : Hi there, at Syncope we usually use the latest Tomcat versions to run a large chunk of our integration tests. In our master branc

Re: Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Francesco Chicchiriccò
On 2024/06/20 12:18:15 Konstantin Kolinko wrote: > чт, 20 июн. 2024 г. в 13:25, Francesco Chicchiriccò : > > > > Hi there, > > at Syncope we usually use the latest Tomcat versions to run a large chunk > > of our integration tests. > > > > In our master branch we relay on Tomcat 10.1.x, and upgradi

Re: Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Konstantin Kolinko
чт, 20 июн. 2024 г. в 13:25, Francesco Chicchiriccò : > > Hi there, > at Syncope we usually use the latest Tomcat versions to run a large chunk of > our integration tests. > > In our master branch we relay on Tomcat 10.1.x, and upgrading to 10.1.25 from > 10.1.24 went smooth as usual. > > In our

Re: Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Francesco Chicchiriccò
Thank you Mark, I will try and let you know. Is such a change expected for other release lines too? Is there a backing JIRA issue? Regards. On 2024/06/20 11:38:28 Mark Thomas wrote: > That looks like an issue accessing a request/response after the > request/response has been completed. > > Po

Re: Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Mark Thomas
That looks like an issue accessing a request/response after the request/response has been completed. Possibly surfaced by this entry from the change log: The system property org.apache.catalina.connector.RECYCLE_FACADES will now default to true if not specified, which will in turn set the defa

Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Francesco Chicchiriccò
Hi there, at Syncope we usually use the latest Tomcat versions to run a large chunk of our integration tests. In our master branch we relay on Tomcat 10.1.x, and upgrading to 10.1.25 from 10.1.24 went smooth as usual. In our 3_0_X branch we relay on Tomcat 9.0.x; with 9.0.89 everything goes as