From 4938f9510844ea249449036361a75412108fd82f Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 2 Jun 2012 02:17:44 +0200 Subject: [PATCH] =?utf8?q?Dynamische=20Servlet-Aufrufe=20zu=20den=20Test-B?= =?utf8?q?eispielen=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/WEB-INF/web.xml | 14 ++++++++++++++ .../src/main/webapp/index.html | 15 +++++++++++++++ 2 files changed, 29 insertions(+) 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

    + -- 2.20.1