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

Re: Restricting POST request size in Tomcat

2025-07-04 Thread Martin Konicsek
Hi Perplexity  wrote The maxPostSize attribute only applies to requests where Tomcat parses form data (e.g., application/x-www-form-urlencoded). For raw POST bodies (like application/json), maxPostSize may not be enforced by default in all Tomcat versions. If you need to restrict POST size fo