Migration to Tomcat Assistance

2024-08-13 Thread Baez, Melvin L
Hi all, I'm reaching out to the community seeking assistance. I support Tomcat from an infrastructure perspective and assist our developers with migrating a set of existing applications from WebSphere and TomEE to Tomcat as the application web server. We are trying to come up with a streamlined

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-13 Thread Mark Thomas
On 13/08/2024 09:48, Itzhak Fadida wrote: Thank you for your reply. I created a repository that demonstrates the issue. https://github.com/tzahifadida/test-chunked Thanks. That is very helpful. git bisect has identified this commit: https://github.com/apache/tomcat/commit/92e3c7a7adc574a859a

[ANN] Apache Tomcat Connectors 1.2.50 released

2024-08-13 Thread Mark Thomas
The Apache Tomcat Connectors project is part of the Tomcat project and provides web server plugins for httpd (mod_jk) and IIS (ISAPI) to connect those web servers with Tomcat and other backends. The Apache Tomcat Project is proud to announce the release of version 1.2.50 of the Apache Tomcat Co

Re: Issue with Chunked Transfer Encoding in Tomcat 10.1.25-10.1.28 with Spring

2024-08-13 Thread Itzhak Fadida
Thank you for your reply. I created a repository that demonstrates the issue. https://github.com/tzahifadida/test-chunked Currently it is set to 10.1.25 and fails. If you change it to 10.1.19 (in the pom.xml 10.1.19) it will succeed. It should show 5 postings and not 1 in the output. The test can