[jboss-cvs] JBossAS SVN: r60489 - branches/Branch_4_2/tomcat/src/resources.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Feb 12 03:22:28 EST 2007
Author: scott.stark at jboss.org
Date: 2007-02-12 03:22:28 -0500 (Mon, 12 Feb 2007)
New Revision: 60489
Modified:
branches/Branch_4_2/tomcat/src/resources/jboss-service-all.xml
branches/Branch_4_2/tomcat/src/resources/jboss-service.xml
Log:
JBAS-2823, remove the commons logging package from the filter list
Modified: branches/Branch_4_2/tomcat/src/resources/jboss-service-all.xml
===================================================================
--- branches/Branch_4_2/tomcat/src/resources/jboss-service-all.xml 2007-02-12 08:19:14 UTC (rev 60488)
+++ branches/Branch_4_2/tomcat/src/resources/jboss-service-all.xml 2007-02-12 08:22:28 UTC (rev 60489)
@@ -62,7 +62,7 @@
the web container implementation and cannot be overriden.
This only applies when UseJBossWebLoader=false.
-->
- <attribute name="FilteredPackages">javax.servlet,org.apache.commons.logging</attribute>
+ <attribute name="FilteredPackages">javax.servlet</attribute>
<attribute name="LenientEjbLink">true</attribute>
Modified: branches/Branch_4_2/tomcat/src/resources/jboss-service.xml
===================================================================
--- branches/Branch_4_2/tomcat/src/resources/jboss-service.xml 2007-02-12 08:19:14 UTC (rev 60488)
+++ branches/Branch_4_2/tomcat/src/resources/jboss-service.xml 2007-02-12 08:22:28 UTC (rev 60489)
@@ -64,7 +64,7 @@
whitespace between the package prefixes.
This setting only applies when UseJBossWebLoader=false.
-->
- <attribute name="FilteredPackages">javax.servlet,org.apache.commons.logging</attribute>
+ <attribute name="FilteredPackages">javax.servlet</attribute>
<attribute name="LenientEjbLink">true</attribute>
More information about the jboss-cvs-commits
mailing list