X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=cachecontrol-example-jsp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;fp=cachecontrol-example-jsp%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=64cdaf70f3fcd13089bb97d3372881f040ddd9e9;hp=6e004b8cbbca070a3da552ae4a024349b6636df9;hb=52c46d3394a9523725085abf9f60d8e54fb3518e;hpb=4938f9510844ea249449036361a75412108fd82f 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 6e004b8c..64cdaf70 100644 --- a/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml +++ b/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml @@ -4,15 +4,22 @@ 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 @@ -23,6 +30,9 @@ de.halbekunst.juplo.test.LoggingHttpServletResponseFilter + + + logger *.jsp @@ -44,15 +54,41 @@ accelerator /test-servlet + + accelerator + /spring/* + + + + test-servlet de.halbekunst.juplo.test.TestServlet + + dispatcher-servlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + + + + 1 + + + + + test-servlet /test-servlet + + dispatcher-servlet + /spring/* + +