tomcat7.0.63之前:
maxPostSize 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).
设置为0和负数均可以代表不限制
 
 
tomcat7.0.63(包含)之后:
maxPostSize 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 zero. If not specified, this attribute is set to 2097152 (2 megabytes).
不可以设置为0,只能是负数代表不限制

相关文章:

  • 2021-05-26
  • 2021-04-18
  • 2022-01-01
  • 2021-06-18
  • 2021-11-29
  • 2021-08-26
  • 2021-10-20
  • 2022-12-23
猜你喜欢
  • 2021-11-16
  • 2021-11-18
  • 2021-10-10
  • 2021-05-26
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
相关资源
相似解决方案