[jboss-cvs] JBossAS SVN: r57672 - trunk/tomcat/src/main/org/jboss/web/tomcat/security/config

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Oct 14 02:58:28 EDT 2006


Author: scott.stark at jboss.org
Date: 2006-10-14 02:58:26 -0400 (Sat, 14 Oct 2006)
New Revision: 57672

Modified:
   trunk/tomcat/src/main/org/jboss/web/tomcat/security/config/JBossContextConfig.java
Log:
Ignore the mbean lookup error for now

Modified: trunk/tomcat/src/main/org/jboss/web/tomcat/security/config/JBossContextConfig.java
===================================================================
--- trunk/tomcat/src/main/org/jboss/web/tomcat/security/config/JBossContextConfig.java	2006-10-14 06:57:54 UTC (rev 57671)
+++ trunk/tomcat/src/main/org/jboss/web/tomcat/security/config/JBossContextConfig.java	2006-10-14 06:58:26 UTC (rev 57672)
@@ -65,7 +65,8 @@
             customAuthenticators = authMap; 
       }catch(Exception e)
       {
-         log.error("Failed to customize authenticators::",e); 
+         // TODO
+         log.debug("Failed to customize authenticators::",e); 
       } 
    } 
    
@@ -100,6 +101,7 @@
    /**
     * Get the key-pair of authenticators from the
     * TomcatAuthenticatorConfig MBean
+    * TODO: the authenticators need to be injected
     * 
     * @return
     * @throws JMException




More information about the jboss-cvs-commits mailing list