|
From: <del...@us...> - 2011-05-31 17:05:23
|
Revision: 14596
http://exist.svn.sourceforge.net/exist/?rev=14596&view=rev
Author: deliriumsky
Date: 2011-05-31 17:05:14 +0000 (Tue, 31 May 2011)
Log Message:
-----------
[ignore] comment
Modified Paths:
--------------
branches/adam/eXist-acl/src/org/exist/security/PermissionFactory.java
Modified: branches/adam/eXist-acl/src/org/exist/security/PermissionFactory.java
===================================================================
--- branches/adam/eXist-acl/src/org/exist/security/PermissionFactory.java 2011-05-31 17:04:34 UTC (rev 14595)
+++ branches/adam/eXist-acl/src/org/exist/security/PermissionFactory.java 2011-05-31 17:05:14 UTC (rev 14596)
@@ -66,6 +66,7 @@
}
public static Permission getPermission(int ownerId, int groupId) {
+ //TODO consider loading Permission.DEFAULT_PERM from conf.xml instead
return new SimpleACLPermission(sm, ownerId, groupId, Permission.DEFAULT_PERM);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|