[jboss-cvs] JBossAS SVN: r61058 - branches/JBoss_4_0_5_GA_CP/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 2 12:49:37 EST 2007


Author: galder.zamarreno at jboss.com
Date: 2007-03-02 12:49:37 -0500 (Fri, 02 Mar 2007)
New Revision: 61058

Modified:
   branches/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service-all.xml
   branches/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service.xml
Log:
[ASPATCH-164] remove JCL filters

Modified: branches/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service-all.xml
===================================================================
--- branches/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service-all.xml	2007-03-02 17:43:33 UTC (rev 61057)
+++ branches/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service-all.xml	2007-03-02 17:49:37 UTC (rev 61058)
@@ -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/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service.xml
===================================================================
--- branches/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service.xml	2007-03-02 17:43:33 UTC (rev 61057)
+++ branches/JBoss_4_0_5_GA_CP/tomcat/src/resources/jboss-service.xml	2007-03-02 17:49:37 UTC (rev 61058)
@@ -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