Unexpected behavior of dead-simple servlet

2025-06-17 Thread Christopher Schultz
All, I recently wrote a relatively simple Servlet (which is less and less common these days with frameworks, etc.) and I was surprised that I got a chunked response. Here is the entirety of the servlet code: public class HtlloWorldServlet extends HttpServlet { @Override public vo

Re: Problem after tomcat upgrade

2025-06-17 Thread Stephen Booth
On 17/06/2025 17:29, Mark Thomas wrote: In short, you'll probably need to increase maxPartCount Thanks, thats fixed it.                             Stephen == |epcc| Dr Stephen P Booth Principal Architect

ThreadDump_p1lg512486.txt

2025-06-17 Thread Ramesh B R
Hello team, We are using tomcat 9 version in RHEL 8 and application gets into hung status very often. Have captured the thread dump to find the route cause. Could you please help here to see what is issue and how to fix it. Regards, Ramesh

Re: Problem after tomcat upgrade

2025-06-17 Thread Mark Thomas
See https://bz.apache.org/bugzilla/show_bug.cgi?id=69710 In short, you'll probably need to increase maxPartCount Mark On 17/06/2025 16:45, Stephen Booth wrote: I just updated my production servers from 9.0.104 to 9.0.106 and this broke my registration form with the following exception. Stack

Problem after tomcat upgrade

2025-06-17 Thread Stephen Booth
I just updated my production servers from 9.0.104 to 9.0.106 and this broke my registration form with the following exception. Stack Trace: org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException: attachment at org.apache.tomcat.util.http.fileupload.FileUploadBase

RE: [SECURITY] CVE-2025-49125 Apache Tomcat - Security constraint bypass for pre/post-resources

2025-06-17 Thread Marco Krammer
[like] Marco Krammer reacted to your message: From: Mark Thomas Sent: Monday, June 16, 2025 1:59:33 PM To: Tomcat Users List Cc: annou...@apache.org ; annou...@tomcat.apache.org ; Tomcat Developers List Subject: [SECURITY] CVE-2025-49125 Apache Tomcat - Securit