• Bug
  • Status: Closed
  • Resolution: Fixed
  • drb
  • Reporter: sourceforgetracker
  • September 21, 2009
  • 0
  • Watchers: 0
  • September 22, 2009
  • September 22, 2009

Description

We are including CachingFilter to cache/gzip static files (javascript, css) in some projects, and have run into two issues:

1.- Gzipping content is not recommended for contents that are not text: http://developer.yahoo.com/performance/rules.html#gzip

It seems it would be better to only gzip contents with a Content-Type header of text/*

2.- For projects that do not have ehcache configured (a common case), it would be nice to automatically detect it and generate a default configuration with reasonable defaults for web access.

I suppose (2) is a matter of taste, but (1) seems like a good addition to the framework. Regards,

Ignacio. Sourceforge Ticket ID: 1926916 - Opened By: icoloma - 27 Mar 2008 09:05 UTC

Comments

Fiona OShea 2009-09-22

Re-opening so that I can properly close out these issues and have correct Resolution status in Jira