|
Last-Modified filter ver. 1.2
This is a Java servlet filter (as per Servlet API 2.3). This filter lets you add Last-Modified header to the response. So you can force browser send next time If-Modified-Since header and use that information in your cache solutions. See also If-Modified filter.
Try it Out: http://www.servletsuite.com/servlets/lastmodflt.htm |