You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/08/25 16:41:48 UTC

[Bug 66236] maxSavePostSize=-1 crashes ssl renegotiation

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

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
A code inspection suggests that this hasn't been working in previous versions.

While the special values of 0 and -1 work for FORM auth and HTTP upgrade, they
do not work for TLS renegotiation.

The different buffers in use (ByteBuffer for TLS, ByteChunk for FORM and
upgrade) mean that implementing the special values for TLS without creating
huge buffers for every connection will be non-trivial.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org