X-Git-Url: http://juplo.de/gitweb/?a=blobdiff_plain;f=examples%2Fspring%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;fp=examples%2Fspring%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=4f26f015aa29e590cce51c0831630a8e1b44f641;hb=8e399db0b0860812452868e08e20ee82ddf1f528;hp=0000000000000000000000000000000000000000;hpb=e7c72fc7ecbc9211a6f97c7869ba3439cf4fa33f;p=percentcodec diff --git a/examples/spring/src/main/webapp/WEB-INF/web.xml b/examples/spring/src/main/webapp/WEB-INF/web.xml new file mode 100644 index 00000000..4f26f015 --- /dev/null +++ b/examples/spring/src/main/webapp/WEB-INF/web.xml @@ -0,0 +1,68 @@ + + + + + + + contextConfigLocation + classpath:/config.xml + + + + + + + org.springframework.web.context.ContextLoaderListener + + + + + + + accelerator + de.halbekunst.juplo.cachecontrol.AcceleratorFilter + + + + logger + de.halbekunst.juplo.test.LoggingHttpServletResponseFilter + + + + + + + logger + *.html + + + + accelerator + *.html + + + + + + + dispatcher-servlet + org.springframework.web.servlet.DispatcherServlet + + contextConfigLocation + + + + 1 + + + + + + + dispatcher-servlet + *.html + + +