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

Content negotiation for Accept-Language (static pages)?

2025-07-06 Thread Fab Stz
Hello, Does tomcat support content negotiation like apache httpd does [1] for the Accept-Language header? How to configure this for a webapp context? Use case is *serving static pages* with "href=my_page.html" and where files in the webapp folder are actually - my_page.html.en - my_page.html