From: Kai Moritz Date: Sat, 2 Jun 2012 00:17:44 +0000 (+0200) Subject: Dynamische Servlet-Aufrufe zu den Test-Beispielen hinzugefügt X-Git-Url: https://juplo.de/gitweb/?p=percentcodec;a=commitdiff_plain;h=4938f9510844ea249449036361a75412108fd82f Dynamische Servlet-Aufrufe zu den Test-Beispielen hinzugefügt --- 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 3da36b9f..6e004b8c 100644 --- a/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml +++ b/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml @@ -40,5 +40,19 @@ accelerator *.css + + accelerator + /test-servlet + + + + test-servlet + de.halbekunst.juplo.test.TestServlet + + + + test-servlet + /test-servlet + diff --git a/cachecontrol-example-jsp/src/main/webapp/index.html b/cachecontrol-example-jsp/src/main/webapp/index.html index e3e452f1..cd95f2c5 100644 --- a/cachecontrol-example-jsp/src/main/webapp/index.html +++ b/cachecontrol-example-jsp/src/main/webapp/index.html @@ -21,5 +21,20 @@
  • A plain static HTML-file (this page!)
  • A plain static CSS-file
  • +

    Dynamic Servlet-Answers

    +