What's the purpose of the maxPostSize for Tomcat's HTTP Connector?
Posted
by Bytecode Ninja
on Stack Overflow
See other posts from Stack Overflow
or by Bytecode Ninja
Published on 2010-05-02T05:51:51Z
Indexed on
2010/05/02
5:57 UTC
Read the original article
Hit count: 261
According to Tomcat docs:
The maximum size in bytes of the POST which will be handled by the container FORM URL parameter parsing. The limit can be disabled by setting this attribute to a value less than or equal to 0. If not specified, this attribute is set to 2097152 (2 megabytes).
But what's "the container FORM URL parameter parsing"? Any ideas what is the purpose of "maxPostSize"?
Thanks in advance.
© Stack Overflow or respective owner