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
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
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
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
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
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