From: markt
Date: Mon, 30 Jul 2007 23:48:45 +0000 (+0000)
Subject: Fix bug 42979. Update sample.war to include recent security fixes.
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f96f249dcd9b9f2ec9a1ba3c00980bb9b3daf834;p=tomcat7.0
Fix bug 42979. Update sample.war to include recent security fixes.
Ported from TC5.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@561188 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/webapps/docs/appdev/sample/index.html b/webapps/docs/appdev/sample/index.html
index 582c9702a..ed355becf 100644
--- a/webapps/docs/appdev/sample/index.html
+++ b/webapps/docs/appdev/sample/index.html
@@ -20,7 +20,7 @@
http://localhost:8080/sample
- If you just want to browse the code you can unpack the war file
+ If you just want to browse the contents, you can unpack the war file
with the jar command.
jar -xvf sample.war
diff --git a/webapps/docs/appdev/sample/sample.war b/webapps/docs/appdev/sample/sample.war
index b649cc8e8..0a127e6bd 100644
Binary files a/webapps/docs/appdev/sample/sample.war and b/webapps/docs/appdev/sample/sample.war differ
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml
index 8663dc760..26ba9613f 100644
--- a/webapps/docs/changelog.xml
+++ b/webapps/docs/changelog.xml
@@ -26,9 +26,17 @@
stop to fail. Based on a fix suggested by Michael Vorburger.
Port of r454193 (36976) from Tomcat 5.5.x. (markt,rjung)
+
+
+
+
Fix WebDAV Servlet so it works correctly with MS clients. (markt)
+
+ 42979: Update sample.war to include recent security fixes
+ in the source code. (markt)
+