EHC ❯ HTTP Headers rewriting with ehcache Servlet filter
-
New Feature
-
Status: Open
-
3 Minor
-
Resolution:
-
ehcache-web
-
-
-
Reporter:
-
September 21, 2009
-
0
-
Watchers: 0
-
January 06, 2010
-
Description
Ehcache servlet filter doesn’t rewrites HTTP response headers (Cache-Control, Pragma). So, browsers doesn’t caches such pages.
For example, I’m using ehcache servlet filter with application, that returns next headers:
Cache-Control: no-cache,no-store,private Pragma:no-cache
So, this headers after ehcache servlet filter are still the same.
For example, OsCache servlet filter rewrites Cache-Control header with max-age parameter, and it returns Last-Modified response header. Using this headers client browser is caches pages in browser cache.
So, there is a wish for ehcache servlet filter rewriting of HTTP response headers to achieve browser caching. Sourceforge Ticket ID: 1782604 - Opened By: barvetal - 27 Aug 2007 16:53 UTC
Comments
gluck 2009-09-25
Fiona OShea 2010-01-06
Assigning these issues to Greg, so that he can decide what to do with them.
This would be a good feature to add.