Author: sdumitriu
Date: 2008-02-19 15:33:21 +0100 (Tue, 19 Feb 2008)
New Revision: 7846

Modified:
   
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiRightServiceImpl.java
Log:
[minor] Added a question


Modified: 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiRightServiceImpl.java
===================================================================
--- 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiRightServiceImpl.java
 2008-02-19 14:18:28 UTC (rev 7845)
+++ 
xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/user/impl/xwiki/XWikiRightServiceImpl.java
 2008-02-19 14:33:21 UTC (rev 7846)
@@ -677,6 +677,7 @@
             // and that all users that were not denied
             // should be allowed.
             if (!allow_found) {
+                // Should these rights be denied only if no deny rights were 
found?
                 if (accessLevel.equals("register") || 
accessLevel.equals("delete")) {
                     logDeny(name, resourceKey, accessLevel, "global level (" + 
accessLevel
                         + " right must be explicit)");

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to