https://bz.apache.org/bugzilla/show_bug.cgi?id=59017
Bug ID: 59017
Summary: Support precompressed brotli files in addition to gzip
files if matching accept-encoding header
Product: Tomcat 9
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
I want to serve brotli compressed static files from tomcat DefaultServlet if
the browser supports it. They are about 15% smaller than the gzip files.
I created a pull request for the feature:
https://github.com/apache/tomcat/pull/28
The feature is quite generic, but it does not yet have any way to configure the
list compression formats using DefaultServlet parameters. That can be added
later if we want to support other compression formats.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]