Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 51670 invoked from network); 18 Oct 2007 11:10:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Oct 2007 11:10:57 -0000 Received: (qmail 35365 invoked by uid 500); 18 Oct 2007 11:10:45 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 35326 invoked by uid 500); 18 Oct 2007 11:10:44 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 35317 invoked by uid 99); 18 Oct 2007 11:10:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 04:10:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Oct 2007 11:10:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4D5111A9832; Thu, 18 Oct 2007 04:10:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r585929 - /forrest/trunk/main/webapp/WEB-INF/web.xml Date: Thu, 18 Oct 2007 11:10:05 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071018111006.4D5111A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: thorsten Date: Thu Oct 18 04:10:05 2007 New Revision: 585929 URL: http://svn.apache.org/viewvc?rev=585929&view=rev Log: FOR-1049 Fixing very ugly bug regarding logging and Servlet Container. The fix uses context parameters instead of init-param. Modified: forrest/trunk/main/webapp/WEB-INF/web.xml Modified: forrest/trunk/main/webapp/WEB-INF/web.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/webapp/WEB-INF/web.xml?rev=585929&r1=585928&r2=585929&view=diff ============================================================================== --- forrest/trunk/main/webapp/WEB-INF/web.xml (original) +++ forrest/trunk/main/webapp/WEB-INF/web.xml Thu Oct 18 04:10:05 2007 @@ -27,6 +27,17 @@ Apache Forrest Webapp generated by Forrest + + + force-property + + org.apache.commons.logging.Log=org.apache.commons.logging.impl.LogKitLogger + + + Cocoon Cocoon @@ -314,17 +325,6 @@ utf-8 --> - - - - force-property - - org.apache.commons.logging.Log=org.apache.commons.logging.impl.LogKitLogger - -