Lucee v6.2.0.164 (RC) in the Webadmin → Output settings: Gzip compression can not be disabled. Once “Update” is pressed, it resets to active.
Request for implementing Brotli compression instead, a much newer standard. There is a Tomcat compatible jbrotli library already (4 years old) that could be implemented.
Why? There are security issues with Gzip ( CVE-2022-1271 ) thous making the Brotli algorithm more secure as well as more efficient.
Managed to uncheck the “Enable compression (GZip) for the Lucee Response stream” in the Lucee Web Admin → Settings → Output
AND also
add the LUCEE_ALLOW_COMPRESSION=false
yet the html/text thous generated by Lucee is still gzip compressed
(yes, I cleared the template cache before testing)
Any other way to prevent this? Maybe replace it with Brotli compression instead of gZip?
Better yet, I suggest the implementation of the ZSTD compression format - a newer, faster (in de/compressing) format compared to Brotli and MUCH faster and more efficient than GZIP. Cloudflare uses it: