maximum file upload size

2024-12-16 Thread Charlie DiDonato
Tomcat 10.1.26 on Windows I getting a Tomcat error page (HTTP 413 - Payload too large) when trying to upload a 372 Mb file for parsing and loading in my web app. I have done the following: Web.xml is modified for my Spring app as below dispatcher org.springframework.web.s

Re: Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread Christopher Schultz
Mark, On 12/16/24 5:52 AM, Mark Thomas wrote: On 16/12/2024 10:10, anand raj wrote: Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part conf

Re: Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread Mark Thomas
On 16/12/2024 10:10, anand raj wrote: Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part configuration has been provided." In Tomcat 11 it fail

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-12-16 Thread Mark Thomas
On 16/12/2024 10:28, Boris Petrov wrote: Hi Mark, Thanks for the response and sorry for the delayed answer. I don't think my use case is special in any way. It's just a normal web- app exposing a JSON REST API that is being queried from time to time. I'm hitting the issue with just a normal u

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-12-16 Thread Boris Petrov
Hi Mark, Thanks for the response and sorry for the delayed answer. I don't think my use case is special in any way. It's just a normal web-app exposing a JSON REST API that is being queried from time to time. I'm hitting the issue with just a normal usage, not by stress-testing or anything. T

Tomcat 11 mutlipart strict configuration problem

2024-12-16 Thread anand raj
Hi all, In Tomcat 11 a jersey Api multipart-formdata is registered with Multipart feature.Also an inbound filter in front reading request.getparamater fails with "unable to process parts as no multi-part configuration has been provided." In Tomcat 11 it fails. In Tomcat 10 same setup works continu