X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=cachecontrol-example-jsp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=f454b87f638b3aa4eeb7ed980394d85fb1e7b1dd;hb=7307e8b937270b77a41ec4047bf4f2b97aad3cd5;hp=0143a84e321301206ccaeb35e2f6c231fbab02ec;hpb=9743e0050c184bf4c2a871ab7224b7041822941e;p=percentcodec diff --git a/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml b/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml index 0143a84e..f454b87f 100644 --- a/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml +++ b/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml @@ -3,4 +3,35 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> + + + contextConfigLocation + classpath:/config.xml + + + + org.springframework.web.context.ContextLoaderListener + + + + accelerator + de.halbekunst.juplo.cachecontrol.AcceleratorFilter + + + + logger + de.halbekunst.juplo.test.LoggingHttpServletResponseFilter + + + + logger + *.jsp + + + + accelerator + *.jsp + + +