https://bz.apache.org/bugzilla/show_bug.cgi?id=59701
Bug ID: 59701 Summary: Improve the documentation when maxPostSize=0 Product: Tomcat 7 Version: trunk Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Documentation Assignee: dev@tomcat.apache.org Reporter: huxing.zh...@gmail.com In HTTP/AJP connector, setting maxPostSize=0 will no longer disable the post limit from 7.0.63 onwards. This behavior change is introduced by commit: https://github.com/apache/tomcat70/commit/26a05bcfefb317f817d88fc9c07f14830b7afb5a#diff-701b4ec867f455fd7f9ebe04b78842bf With the configuration maxPostSize=0, an upgrade to 7.0.63 onwards may causing un expected result: A call to getParameter("xxx") may result null. I think we should clarify this behavior if maxPostSize=0 in documentation. -- 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