X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=cachecontrol-example-jsp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=6e004b8cbbca070a3da552ae4a024349b6636df9;hp=0143a84e321301206ccaeb35e2f6c231fbab02ec;hb=4938f9510844ea249449036361a75412108fd82f;hpb=9743e0050c184bf4c2a871ab7224b7041822941e 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..6e004b8c 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,56 @@ 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 + *.html + + + accelerator + *.jsp + + + accelerator + *.css + + + accelerator + /test-servlet + + + + test-servlet + de.halbekunst.juplo.test.TestServlet + + + + test-servlet + /test-servlet + +