Hi, This setting has been removed with 1.5.0. Wicket does not compress the response anymore. If compression is needed then the application can use either web container's settings or a custom Servlet Filter. So you have nothing to do. Just remove this line from your config.
On Tue, Oct 1, 2013 at 4:17 PM, Marcus Ludvigsson <[email protected]> wrote: > > > Hi, > > In Wicket 1.4.22 I used to be able to disable GZip compression > like this: > > > WebApplication.getResourceSettings().setDisableGZipCompression(true); > > > That way seems to be removed in 6 and I can't find anything in the > migration guides regarding this. Have anyone else stumbled upon this and > have any advice? > > /Marcus > > Marcus Ludvigsson > mobile: +4670 78 10 259 > | [email protected] | http://www.lubbit.se >
