Update of /var/cvs/contributions/didactor2/src/core/java/nl/didactor/security
In directory james.mmbase.org:/tmp/cvs-serv19432
Modified Files:
Authentication.java
Log Message:
added some comments
See also:
http://cvs.mmbase.org/viewcvs/contributions/didactor2/src/core/java/nl/didactor/security
Index: Authentication.java
===================================================================
RCS file:
/var/cvs/contributions/didactor2/src/core/java/nl/didactor/security/Authentication.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -b -r1.33 -r1.34
--- Authentication.java 22 Jan 2008 08:51:09 -0000 1.33
+++ Authentication.java 20 Mar 2008 19:56:34 -0000 1.34
@@ -9,6 +9,7 @@
import org.mmbase.bridge.util.Queries;
import org.mmbase.storage.search.FieldCompareConstraint;
import org.mmbase.bridge.implementation.BasicCloudContext;
+import org.mmbase.bridge.jsp.taglib.pageflow.TreeHelper;
import org.mmbase.module.core.MMObjectNode;
import org.mmbase.security.Rank;
import org.mmbase.security.SecurityException;
@@ -299,6 +300,10 @@
// go to the first one (aselect if that one is compiled in)
for (AuthenticationComponent ac : securityComponents) {
String loginPage = request != null ? ac.getLoginPage(request,
response) : null;
+
+ // Could use a TreeHelper here to do didactor specific
tree-includeing on the login page
+ // itself too.
+
if (log.isDebugEnabled()) {
log.debug("" + ac + ".getLoginPage() -> " + loginPage);
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs