Update of /var/cvs/src/org/mmbase/security
In directory james.mmbase.org:/tmp/cvs-serv2574

Modified Files:
        MMBaseCopConfig.java 
Log Message:
  MMB-1655


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/security
See also: http://www.mmbase.org/jira/browse/MMB-1655


Index: MMBaseCopConfig.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/security/MMBaseCopConfig.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- MMBaseCopConfig.java        26 Jul 2007 22:04:23 -0000      1.30
+++ MMBaseCopConfig.java        9 Jun 2008 09:53:20 -0000       1.31
@@ -21,7 +21,7 @@
  *  and authorization classes if needed, and they can be requested from this 
manager.
  * @javadoc
  * @author Eduard Witteveen
- * @version $Id: MMBaseCopConfig.java,v 1.30 2007/07/26 22:04:23 michiel Exp $
+ * @version $Id: MMBaseCopConfig.java,v 1.31 2008/06/09 09:53:20 michiel Exp $
  */
 public class MMBaseCopConfig {
     private static final Logger log = 
Logging.getLoggerInstance(MMBaseCopConfig.class);
@@ -101,7 +101,8 @@
         watcher.start();
 
         cop = mmbaseCop;
-
+        // force loading of Class security:
+        log.debug(org.mmbase.security.classsecurity.ClassAuthentication.class);
 
     }
 
@@ -165,8 +166,8 @@
 
             entry = reader.getElementByPath("security.actions");
             if (entry != null) {
-                String actionsClass = 
reader.getElementAttributeValue(entry,"class");
-                String actionsUrl = 
reader.getElementAttributeValue(entry,"url");
+                String actionsClass = reader.getElementAttributeValue(entry, 
"class");
+                String actionsUrl = reader.getElementAttributeValue(entry, 
"url");
                 actions = getActions(actionsClass);
                 actions.load(cop, watcher,  actionsUrl);
             } else {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to