https://bz.apache.org/bugzilla/show_bug.cgi?id=61999
--- Comment #4 from Remy Maucherat <r...@apache.org> --- "Furthermore the current implementation behaves as follows: * value < 0 means no limit * value >= 0 means limited to the value => so for value=0 every request with any POST data will fail (403 Forbidden)" I don't want to argue forever, but IMO this doesn't make much sense. Why would your request "not fail" if it is too large ? If the data is irrelevant, don't send it in the first place, especially since it will have to be read by the webserver anyway. Also, clients usually do not silently resend post data. Last, actually, the current behavior is that <= 0 means no limit. -- 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