I’m trying to set up Jetty to serve compressed html content. In web.xml, I set up GzipFilter and map it to /* but it doesn’t seem to work. This is filtering Configuration:
GZipFilter
Jetty’s
I’m trying to set up Jetty to serve compressed html content. In web.xml, I set up GzipFilter and map it to /* but it doesn’t seem to work. This is filtering Configuration:
GZipFilter
Jetty’s