You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (gzip) compression of static files need additional configuration on the java web container or frontend (apache http, etc.). We could implement compression using a standard java filter to avoid additional configuration needs.
Description
Currently (gzip) compression of static files need additional configuration on the java web container or frontend (apache http, etc.). We could implement compression using a standard java filter to avoid additional configuration needs.