Author: michiel
Date: 2009-05-14 12:36:45 +0200 (Thu, 14 May 2009)
New Revision: 35163

Modified:
   mmbase/trunk/html/mmbase/components/core/security.jspx
Log:
more security related information

Modified: mmbase/trunk/html/mmbase/components/core/security.jspx
===================================================================
--- mmbase/trunk/html/mmbase/components/core/security.jspx      2009-05-14 
10:02:54 UTC (rev 35162)
+++ mmbase/trunk/html/mmbase/components/core/security.jspx      2009-05-14 
10:36:45 UTC (rev 35163)
@@ -28,7 +28,7 @@
       </tr>
       <tr>
         <th class="view">Your default context</th>
-        <td>${requestScopee['org.mmbase.currentuser'].defaultContext}</td>
+        <td>${requestScope['org.mmbase.cloud'].user.ownerField}</td>
       </tr>
       <tr>
         <th class="view">Your  node</th>
@@ -46,10 +46,14 @@
         </td>
       </tr>
       <tr>
-        <th class="view">Implementation</th>
+        <th class="view">Authentication Implementation</th>
         <td>${cloud.cloudContext.authentication}</td>
       </tr>
       <tr>
+        <th class="view">Authorization Implementation</th>
+        
<td><jsp:expression>org.mmbase.module.core.MMBase.getMMBase().getMMBaseCop().getAuthorization()</jsp:expression></td>
+      </tr>
+      <tr>
         <th class="view">User-builder</th>
         <td>
           <c:catch var="exception">

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to