OSCache supports gzip in the filter chain since version 2.2. Read CACHE-155 for further details.
In the web.xml the CacheFilter has been added before the gzip filter. OSCache will cache the gzip compressed content. If a browser requests the same content with the http header Accept-Encoding gzip, the CacheFilter will deliver the compressed content. If the http header isn't set, the CacheFilter will uncompress the content and deliver it to the browser on the fly.
This maybe a performance drawback, but most browsers will set the Accept-Encoding gzip, hence due to the bandwidth reduction and reduced cycle times in the CacheFilter you will gain more advantages than any drawbacks.
The CacheFilter won't compress any content for you.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=612533&messageID=709694#709694---------------------------------------------------------------------
To unsubscribe, e-mail:
users-unsubscribe@...
For additional commands, e-mail:
users-help@...