Re: POST parameters chopped

2025-07-16 Thread Hrvoje Lončar
Hi Christopher! Just to inform you about Tomcat 11 behaviour regarding my issues with POST parameters - so far it didn't happen, starting from 2025-07-11 until now. That is not guarantee it won't happen ever but at least I was free of exceptions for 6 days. BR, Hrvoje On Mon, Jul 14, 2025 at 2:

Re: POST parameters chopped

2025-07-14 Thread Christopher Schultz
Hrvoje, On 7/11/25 7:51 PM, Hrvoje Lončar wrote: I did a bit radical step and upgraded to 11.0.9. Now waiting to see what happens. I'm interested to see what happens. My expectation is that is will behave exactly the same. The major differences between Tomcat 9, 10.1, and 11 are their suppo

Re: POST parameters chopped

2025-07-11 Thread Hrvoje Lončar
Hi Christopher! I did a bit radical step and upgraded to 11.0.9. Now waiting to see what happens. Thanks a lot for your time! On Thu, Jul 10, 2025 at 1:54 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Hrvoje, > > On 7/10/25 6:52 AM, Hrvoje Lončar wrote: > > Currently it's 10.

Re: POST parameters chopped

2025-07-10 Thread Christopher Schultz
Hrvoje, On 7/10/25 6:52 AM, Hrvoje Lončar wrote: Currently it's 10.1.39 as I wanted to avoid 10.1.42 but I get the same unpredictable behaviour from both. Oh, that's interesting. Of course, upon your first report I had assumed it was the "maxPartCount" but then you posted your configuration w

Re: POST parameters chopped

2025-07-10 Thread Hrvoje Lončar
Hi! Currently it's 10.1.39 as I wanted to avoid 10.1.42 but I get the same unpredictable behaviour from both. I had 10.1.39 for some time before upgrading to 10.1.42 but no one reported that form is not working which is not a proof that it was working correctly. Thanks for your time! BR, Hrvoje.

Re: POST parameters chopped

2025-07-09 Thread Christopher Schultz
Hrvoje, On 7/9/25 1:04 PM, Hrvoje Lončar wrote: This is the form: https://thevegcat.com/suggest 13 fields are visible plus file field and few are hidden fields including csrf token - nothing special or extreme. Web app is published 6 years ago and all those years there was no trouble at all.

Re: POST parameters chopped

2025-07-09 Thread Hrvoje Lončar
Hi! The problem is that sometimes it works and sometimes don't but with strictly the same data entered. BR, Hrvoje *TheVegCat.com * *VegCook.net * *horvoje.net * On Sun, 6 Jul 2025, 15:22 Martin Konicsek, wrote: > Hi, > maybe

Re: POST parameters chopped

2025-07-09 Thread Hrvoje Lončar
Hi! This is the form: https://thevegcat.com/suggest 13 fields are visible plus file field and few are hidden fields including csrf token - nothing special or extreme. Web app is published 6 years ago and all those years there was no trouble at all. BR, Hrvoje *TheVegCat.com

Re: POST parameters chopped

2025-07-09 Thread Christopher Schultz
Hrvoje, On 7/6/25 7:33 AM, Hrvoje Lončar wrote: > After recent Tomcat security changes, my POST request are failing > but not all the time. The problem is that the same request sometimes > ends up with an error and sometimes not. > > Tomcat is 10.0.42 protected by nginx which handles SSL certific

Re: POST parameters chopped

2025-07-06 Thread Martin Konicsek
Hi, maybe nginx strips the header try proxy settings of nginx proxy_set_header X-XSRF-TOKEN $http_x_xsrf_token; 06.07.2025 13:33:35 Hrvoje Lončar : > Hi! > > After recent Tomcat security changes, my POST request are failing but not > all the time. > The problem is that the same request somet

POST parameters chopped

2025-07-06 Thread Hrvoje Lončar
Hi! After recent Tomcat security changes, my POST request are failing but not all the time. The problem is that the same request sometimes ends up with an error and sometimes not. Tomcat is 10.0.42 protected by nginx which handles SSL certificate and forwards dynamic requests to Tomcat. Java exc