Releases: samaxes/javaee-cache-filter
Releases · samaxes/javaee-cache-filter
2.3.1
2.3.0
2.2.0
- Use a
HttpServletResponseWrapper
to remove HTTP/1.0Pragma
header. - Replace
expirationTime<Long>
parameter withexpiration<Long>
. - Replace
static<Boolean>
parameter withmust-revalidate<Boolean>
.
2.1.0
- Move from Google Project Hosting to GitHub.
- Update compiler to Java 6.
- Replace Servlet API 2.5 dependency with Java EE 6 Web API.
2.0
- Add
NoETagFilter
class to disable HTTPETag
header set by theDefaultServlet
in Tomcat. - Add
NoCacheFilter
class to completely disable browser caching. - Replace
privacy<String>
parameter withprivate<Boolean>
. Cache directive to control where the response may be cached. - Add
static<Boolean>
parameter. Conditional requests are not required for static components.
Cache directivemust-revalidate
should be used for non static components to force them to be revalidated once a response becomes stale.
1.2.1
- Optimize the configuration process. All the configurations are now done in the init method.
- Add the Sonatype OSS Parent POM.
1.2
- Change the default package to
com.samaxes.filter
. - Update the distribution repositories to Sonatype Nexus.