From 30ca77ee9f1977dd016cf67111e16aad0615db5e Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 2 Jun 2012 01:58:16 +0200 Subject: [PATCH] =?utf8?q?Statische=20HTML-Datei=20zu=20den=20Test-Beispie?= =?utf8?q?len=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../src/main/webapp/WEB-INF/web.xml | 4 +++ .../src/main/webapp/index.html | 25 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 cachecontrol-example-jsp/src/main/webapp/index.html 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 60808729..3da36b9f 100644 --- a/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml +++ b/cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml @@ -28,6 +28,10 @@ *.jsp + + accelerator + *.html + accelerator *.jsp diff --git a/cachecontrol-example-jsp/src/main/webapp/index.html b/cachecontrol-example-jsp/src/main/webapp/index.html new file mode 100644 index 00000000..e3e452f1 --- /dev/null +++ b/cachecontrol-example-jsp/src/main/webapp/index.html @@ -0,0 +1,25 @@ + + + + + + Static Page + + + +

Static Page

+

This page is a static HTML-page

+

At the same time, it gives an overview over all tests...

+

JSP-Pages

+ +

Static Content

+ + + -- 2.20.1