Author: markt Date: Mon Jul 30 16:48:45 2007 New Revision: 561188 URL: http://svn.apache.org/viewvc?view=rev&rev=561188 Log: Fix bug 42979. Update sample.war to include recent security fixes. Ported from TC5.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/index.html tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/sample.war tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/index.html URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/index.html?view=diff&rev=561188&r1=561187&r2=561188 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/index.html (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/index.html Mon Jul 30 16:48:45 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/tc6.0.x/trunk/webapps/docs/appdev/sample/sample.war URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/sample/sample.war?view=diff&rev=561188&r1=561187&r2=561188 ============================================================================== Binary files - no diff available. Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?view=diff&rev=561188&r1=561187&r2=561188 ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Mon Jul 30 16:48:45 2007 @@ -26,8 +26,16 @@ stop to fail. Based on a fix suggested by Michael Vorburger. Port of r454193 (<bug>36976</bug>) from Tomcat 5.5.x. (markt,rjung) </fix> + </changelog> + </subsection> + <subsection name="Webapps"> + <changelog> <fix> Fix WebDAV Servlet so it works correctly with MS clients. (markt) + </fix> + <fix> + <bug>42979</bug>: Update sample.war to include recent security fixes + in the source code. (markt) </fix> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]