zoukankan      html  css  js  c++  java
  • 关于tomcat不同版本的maxPostSize

    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,只能是负数代表不限制
    --------------------- 
    作者:whatever8975757 
    来源:CSDN 
    原文:https://blog.csdn.net/whatever8975757/article/details/60576188?utm_source=copy 
    版权声明:本文为博主原创文章,转载请附上博文链接!

  • 相关阅读:
    C++中的ravalue学习笔记
    C++中的抽象类
    C++中的显式类型转换
    C++中的继承和多继承
    C++中的多态
    Yocto学习笔记
    HIDL学习笔记
    hadoop2.5搭建过程
    《Redis设计与实现》学习笔记
    40 数组中只出现一次的数字
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13317461.html
Copyright © 2011-2022 走看看