Hello, We're trying to enable GZip encoding so as to speed up some of the requests our application is handling. In our Application constructor, we're calling:
this.setEncodingService(new EncodingService(true)); This does seem to enable gzip encoding, judging from the headers sent, but according to Firebug no Content-Length header is sent, and only 276 compressed bytes of data arrive for the main HTML page, 257 for the CSS file which it manages to read off the <head> - but obviously this is not desired behaviour. The page renders blank in the browser. Does anyone know what we're doing wrong or what could be causing this issue? Thanks, Gijs ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2858853

