[Bug 66236] maxSavePostSize=-1 crashes ssl renegotiation

2022-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66236 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 66236] maxSavePostSize=-1 crashes ssl renegotiation

2022-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66236 --- Comment #2 from Mark Thomas --- It looks like reverting to using ByteChunk to store the request body in BufferedInputFilter should fix this. Initial impressions are that this works but I want to run more tests before committing. -- You ar

[Bug 66236] maxSavePostSize=-1 crashes ssl renegotiation

2022-08-25 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66236 --- Comment #1 from Mark Thomas --- 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