The Tomcat standard configuration limits the maximum processing size of a POST request to 2 MB.
You can set this limit in <CATALINA>\conf\server.xml
increase or cancel via the maxPostSize parameter (-1):
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout=”20000″
maxPostSize=”-1″
redirectPort=”8443″ />
Published to
August 21, 2022