X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=blobdiff_plain;f=examples%2Fservlet%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;fp=examples%2Fservlet%2Fsrc%2Fmain%2Fwebapp%2FWEB-INF%2Fweb.xml;h=0000000000000000000000000000000000000000;hp=dc503d07868b5cb7dcafba1b1d1555aecf93ed56;hb=a6e0e65cce68acb20abc6ca935471611a740c342;hpb=1d395c6002486d485bde0d5dc713886d70bd3f8a diff --git a/examples/servlet/src/main/webapp/WEB-INF/web.xml b/examples/servlet/src/main/webapp/WEB-INF/web.xml deleted file mode 100644 index dc503d07..00000000 --- a/examples/servlet/src/main/webapp/WEB-INF/web.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - contextConfigLocation - classpath:/config.xml - - - - - - - org.springframework.web.context.ContextLoaderListener - - - - - - - accelerator - de.halbekunst.juplo.cachecontrol.AcceleratorFilter - - - - logger - de.halbekunst.juplo.test.LoggingHttpServletResponseFilter - - - - - - - logger - /test-servlet - - - logger - /faulty-servlet - - - - accelerator - /test-servlet - - - accelerator - /faulty-servlet - - - - - - - test-servlet - de.halbekunst.juplo.test.TestServlet - - - faulty-servlet - de.halbekunst.cachecontrol.examples.FaultyServlet - - - - - - - test-servlet - /test-servlet - - - faulty-servlet - /faulty-servlet - - -