https://bz.apache.org/bugzilla/show_bug.cgi?id=59701
--- Comment #2 from Remy Maucherat <r...@apache.org> --- Hum, well, I disagree. The documentation says: "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)." This seems right to me (zero means you cannot POST any body that is parsed with the Servlet API, 1 means one byte only - which won't work ;) -, etc). Considerations on version numbers and changes should go into the changelog instead, while the documentation represents the current state. -- 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