javaee-cache-filter
javaee-cache-filter copied to clipboard
Java EE Cache Filter
Regarding the NoCache filter. It sets both `no-cache` and `no-store`. But I was looking for a solution that only sets `no-cache`. So I can still benefit from a revalidation using...
I want to apply this filter to a subfolder (like `/static/`), and exclude certain file types (like `.html`). Tomcat has very limited url pattern matching available which doesn't let me...
With this in web.xml ``` XML expirationTime 14400 ``` When fetching a resource at 2014-10-16 14:39:40 in GMT +2 (with daylight savings active, +1 normally) This is in Sweden. ```...