Modul mit Beispiel-Konfigurationen überarbeitet. Jetzt: 1 Modul pro Test
authorKai Moritz <kai@coolibri.de>
Thu, 8 Mar 2012 22:23:35 +0000 (23:23 +0100)
committerKai Moritz <kai@coolibri.de>
Thu, 2 Aug 2012 07:03:26 +0000 (09:03 +0200)
commit9743e0050c184bf4c2a871ab7224b7041822941e
tree2910aa07c5311e2e287797ae1f56b936f62965ee
parentfff9f2c5954bdeafb5719bb24b2f8d8f55062864
Modul mit Beispiel-Konfigurationen überarbeitet. Jetzt: 1 Modul pro Test

 * Altes Modul cachecontrol-examples, das für mehrere Beispile-
   Konfigurationen, bzw. -Tests gedacht war, gelöscht.
 * Modul cachecontrol-examples-jsp für Beispiel-Konfiguration und -Test einer
   reinen JSP-Anwendung angelegt.
 * Testfall JspTest in diesem Modul implementiert, der die Konfiguration
   (die auch per "mvn jetty:run" gestartet und live getestet werden kann,
   programmatisch mit Hilfe von httpunit abklopft.
 * Das Test-Modul cachecontrol-examples-jsp enthält die spezifische
   Konfiguration für juplo-cachecontrol noch nicht!
17 files changed:
cachecontrol-example-jsp/jetty.sh [new file with mode: 0755]
cachecontrol-example-jsp/pom.xml [new file with mode: 0644]
cachecontrol-example-jsp/src/main/resources/log4j.xml [new file with mode: 0644]
cachecontrol-example-jsp/src/main/webapp/WEB-INF/c.tld [new file with mode: 0644]
cachecontrol-example-jsp/src/main/webapp/WEB-INF/included.jsp [new file with mode: 0644]
cachecontrol-example-jsp/src/main/webapp/WEB-INF/web.xml [new file with mode: 0644]
cachecontrol-example-jsp/src/main/webapp/page-with-forward.jsp [new file with mode: 0644]
cachecontrol-example-jsp/src/main/webapp/page-with-include.jsp [new file with mode: 0644]
cachecontrol-example-jsp/src/main/webapp/simple-page.jsp [new file with mode: 0644]
cachecontrol-example-jsp/src/test/java/de/halbekunst/cachecontrol/examples/jsp/JspTest.java [new file with mode: 0644]
cachecontrol-example-jsp/tomcat.sh [new file with mode: 0755]
cachecontrol-examples/jetty.sh [deleted file]
cachecontrol-examples/pom.xml [deleted file]
cachecontrol-examples/src/main/resources/config.xml [deleted file]
cachecontrol-examples/src/main/webapp/WEB-INF/web.xml [deleted file]
cachecontrol-examples/tomcat.sh [deleted file]
pom.xml