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 - -