[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 --- Comment #8 from Todor Bonchev --- Thanks for fixing this! -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-21 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 --- Comment #7 from Christopher Schultz --- (In reply to Remy Maucherat from comment #5) > It seems to me it's a good time to (finally) add transfer-encoding support > since it's the right way to do this. I was ind of thinking that same thing

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|REOPENED

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-20 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 --- Comment #5 from Remy Maucherat --- It seems to me it's a good time to (finally) add transfer-encoding support since it's the right way to do this. Nobody will use it though ;) It would be used if the client submits a "TE: gzip" header, and

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 --- Comment #4 from Christopher Schultz --- I'm happy to add this capability, but it's not immediately clear to be how to get all of the current Content-Encoding header values. Would I actually have to loop through all headers, assembling as I

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 Christopher Schultz changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXE

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 --- Comment #2 from Todor Bonchev --- The fix: https://github.com/apache/tomcat/commit/01139482700c1a850bec9d5efea93a778615b211 will cover zstd, compress and deflate, but to make it future proof you should check on line 291 whether an encoding

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 Remy Maucherat changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 69575] org.apache.coyote.CompressionConfig doesn't recognize "zstd" compression

2025-02-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=69575 Todor Bonchev changed: What|Removed |Added CC||todo...@gmail.com -- You are receivin