https://bz.apache.org/bugzilla/show_bug.cgi?id=69016

--- Comment #7 from Remy Maucherat <r...@apache.org> ---
The cause of the "bug" is that marTrailerSize is configured to -1. This used to
be allowed and used to set a "no limit" as documented, so the trailers would
really be unlimited in size. This is usually not a very good idea BTW.

However, following the last major refactoring to improve functionality (
https://github.com/apache/tomcat/commit/cbed8e1836962d43120b81ae99d8d1b349265749
), -1 is no longer an allowed value. The documentation was not fixed probably
as a result of not realizing the commit introduced that change. I'll have to
fix the documentation since there's no way to restore the previous capability.

-- 
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

Reply via email to