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

--- Comment #2 from Todor Bonchev <todo...@gmail.com> ---
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 is already
applied and append gzip with ", gzip" if the value of content-encoding is not
empty:
https://github.com/apache/tomcat/blob/main/java/org/apache/coyote/CompressionConfig.java#L291

Thanks,

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