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,只能是负数代表不限制

最新文章

  1. 【iOS】使用CoreText实现图文混排
  2. WebForm中搭配母版页和用户控件页时候的事件加载顺序
  3. Expender Header 与 Content互斥展示
  4. C语言学习-01第一个C语言程序
  5. sqlserver中临时表、row-number、update更新自己
  6. php阅读csv文件类
  7. 朗姆达表达式类似IN查询条件
  8. jquery学习笔记3——jq HTML
  9. 原生js实现简单的全屏滚动
  10. Delphi 日期时间函数
  11. glusterfs4.0.1 mempool 分析笔记
  12. Python 字典(Dictionary) has_key()方法
  13. java开发师笔试面试每日12题(3)
  14. 腾讯发布新版前端组件框架 Omi,全面拥抱 Web Components
  15. umask 文件默认权限
  16. mysql如何修改root用户的密码
  17. 希尔排序的理解和实现(Java)
  18. [转帖]USB-C和Thunderbolt 3连接线你搞懂了吗?---没搞明白.
  19. centos 安装 telnet
  20. 贪心算法之Dijkstra

热门文章

  1. Topic路由模式
  2. 075 importSTV的使用,与bulkload的使用
  3. 局域网下ARP欺骗、嗅探,以及DNS欺骗
  4. docker 搭建nginx
  5. js基础梳理-究竟什么是变量对象,什么是活动对象?
  6. PHP7和PHP5在安全上的区别[更新]
  7. vue 如何拿到后台传回的富文本中的img,进行9宫格排列展示以及相关处理
  8. codeforces1027F. Session in BSU
  9. COGS.1822.[AHOI2013]作业(莫队 树状数组/分块)
  10. Sphinx(coreseek)一些记录