Author: markt
Date: Mon Jul 30 16:48:24 2007
New Revision: 561187
URL: http://svn.apache.org/viewvc?view=rev&rev=561187
Log:
Fix bug 42979. Update sample.war to include recent security fixes.
Modified:
tomcat/container/tc5.5.x/webapps/docs/appdev/sample/index.html
tomcat/container/tc5.5.x/webapps/docs/appdev/sample/sample.war
tomcat/container/tc5.5.x/webapps/docs/changelog.xml
Modified: tomcat/container/tc5.5.x/webapps/docs/appdev/sample/index.html
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/appdev/sample/index.html?view=diff&rev=561187&r1=561186&r2=561187
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/appdev/sample/index.html (original)
+++ tomcat/container/tc5.5.x/webapps/docs/appdev/sample/index.html Mon Jul 30
16:48:24 2007
@@ -20,7 +20,7 @@
<a href="http://localhost:8080/sample">http://localhost:8080/sample</a>
</p>
<p>
- 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 <b>jar</b> command.
<source>
jar -xvf sample.war
Modified: tomcat/container/tc5.5.x/webapps/docs/appdev/sample/sample.war
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/appdev/sample/sample.war?view=diff&rev=561187&r1=561186&r2=561187
==============================================================================
Binary files - no diff available.
Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?view=diff&rev=561187&r1=561186&r2=561187
==============================================================================
--- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original)
+++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Jul 30 16:48:24 2007
@@ -81,6 +81,10 @@
<bug>39212</bug>: Fix possible NPE in DummyCart example and remove
redundant code. (markt)
</fix>
+ <fix>
+ <bug>42979</bug>: Update sample.war to include recent security fixes
+ in the source code. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]