Have you checked that the correct content-type is specified?
We use Jetty8 in a project with Wicket6 and serving package resource files gzipped works without a problem. What kind of Packe-Resource-Files do you see not beeing gziped? Can you share Request/Response headers?

Am 03.04.2015 23:56, schrieb Nick Pratt:
Can resources served from Wicket be gzipped by Jetty's GzipFilter?

We've added the GzipFilter to a simple Quickstart (in front of the
WicketFilter).  We can request and receive gzipped files (such as static
.css and .js files) served from Jetty's DefaultServlet, and we see that
.html files served through Wicket (such as Home.html) are being compressed
by Jetty.  However, all JS/CSS resources served via PackageResources are
not being sent gzipped and we're wondering why this might be the case.
We've confirmed the various caveats in the GzipFilter documentation for
Jetty 9.2.x are being fulfilled but dont see why package resources files
are not being gzipped?

Regards

Nick



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to