tomcat设置maxPostSize 使post内容大小不限制

Posted mangolw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat设置maxPostSize 使post内容大小不限制相关的知识,希望对你有一定的参考价值。

tomcat7.0.63之前的版本

maxPostSize 设置为 0 或者负数

Connector 节点中加入maxPostSize="0"  或者  maxPostSize="-1" 

 

tomcat7.0.63之后的版本,需要设置为负数

Connector 节点中加入 maxPostSize="-1" 

 

https://promotion.aliyun.com/ntms/yunparter/invite.html?userCode=f5v2mcse

以上是关于tomcat设置maxPostSize 使post内容大小不限制的主要内容,如果未能解决你的问题,请参考以下文章

post提交参数过多时,取消Tomcat对 post长度限制

post提交参数内容过大后台接收不了

ajax post参数后台获取不到的问题

服务端接收不到ajax post请求的参数

post提交数据长度限制问题

在 Spring Boot 中增加 HTTP Post maxPostSize