From bd9efdaf2f4ad5820f61da736c60e41d13b7a2cc Mon Sep 17 00:00:00 2001 From: j2blake Date: Tue, 14 May 2013 16:38:34 -0400 Subject: [PATCH] VIVO-87 First attempt at a caching filter. --- productMods/WEB-INF/web.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index e3962e44..13dccd76 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -91,6 +91,17 @@ /* + + + Recognize conditional requests, and generate Cache-Control headers. + Caching Response filter + edu.cornell.mannlib.vitro.webapp.filters.CachingResponseFilter + + + Caching Response filter + /* + + JSession Strip Filter edu.cornell.mannlib.vitro.webapp.filters.JSessionStripFilter