Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 61803 invoked from network); 3 Dec 2005 22:16:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Dec 2005 22:16:18 -0000 Received: (qmail 26564 invoked by uid 500); 3 Dec 2005 22:16:13 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 26350 invoked by uid 500); 3 Dec 2005 22:16:11 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 26339 invoked by uid 500); 3 Dec 2005 22:16:11 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 26336 invoked by uid 99); 3 Dec 2005 22:16:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2005 14:16:11 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 03 Dec 2005 14:16:11 -0800 Received: (qmail 61528 invoked by uid 65534); 3 Dec 2005 22:15:50 -0000 Message-ID: <20051203221550.61527.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r348110 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml Date: Sat, 03 Dec 2005 22:15:49 -0000 To: tomcat-dev@jakarta.apache.org From: billbarker@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: billbarker Date: Mon Nov 21 22:24:48 2005 New Revision: 348110 URL: http://svn.apache.org/viewcvs?rev=348110&view=rev Log: catch up doc with changes Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=348110&r1=348109&r2=348110&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Mon Nov 21 22:24:48 2005 @@ -95,6 +95,11 @@ 36852: Custom classloaders don't honor Contet privileged attribute. Thanks to Matt Brinkley for the analysis and patch. (yoavs) + Fix for a couple of (mostly silly) edge-cases in testing auth. + Thanks to Nam T. Nguyen for the report. (billbarker) + + 37060: Actually copy the Request headers when replaying after Form auth. (billbarker) + @@ -125,6 +130,8 @@ JkStatus Ant tasks for mod_jk 1.2.15. (pero) + Connection Timeout is normal, so reduce logging to DEBUG (billbarker) + @@ -174,6 +181,9 @@ 36866: Correct attribute name in conf/server.xml documentation for Cluster element. (yoavs) + + 37261: Allow xerces to know where the web.xml file is so that relative entities can be resolved. + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org