https://bz.apache.org/bugzilla/show_bug.cgi?id=59701
--- Comment #3 from Huxing Zhang <huxing.zh...@gmail.com> --- I've found the changlelog mention this behavior change in [1]: 57938: Correctly handle empty form fields when a form is submitted as multipart/form-data, the maxPostSize attribute of the Connector has been set to a negative value and the Context has been configured with a value of true for allowCasualMultipartParsing. The meaning of the value zero for the maxPostSize has also been changed to mean a limit of zero rather than no limit to align it with maxSavePostSize and to be more intuitive. (markt) which is quite clear about it. And the releated issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=57938 I still think the above documentation is better, because it clearly says the meaning of value zero. Hopefully it will be useful for people who has the same problem. [1] http://tomcat.apache.org/tomcat-7.0-doc/changelog.html. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org