svn commit: r809063 - /ofbiz/branches/executioncontext20090812/BranchReadMe.txt

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r809063 - /ofbiz/branches/executioncontext20090812/BranchReadMe.txt

adrianc
Author: adrianc
Date: Fri Aug 28 23:34:24 2009
New Revision: 809063

URL: http://svn.apache.org/viewvc?rev=809063&view=rev
Log:
Minor clarification.

Modified:
    ofbiz/branches/executioncontext20090812/BranchReadMe.txt

Modified: ofbiz/branches/executioncontext20090812/BranchReadMe.txt
URL: http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20090812/BranchReadMe.txt?rev=809063&r1=809062&r2=809063&view=diff
==============================================================================
--- ofbiz/branches/executioncontext20090812/BranchReadMe.txt (original)
+++ ofbiz/branches/executioncontext20090812/BranchReadMe.txt Fri Aug 28 23:34:24 2009
@@ -80,7 +80,7 @@
 When a user first logs in, all of their permissions are gathered from the
 security entities and are used to assemble a tree-like Java structure.
 The structure is cached. When an artifact requests the user's permissions,
-an object (OFBizPermission) traverses the tree, accumulating permissions
-along the way. This is how permission inheritance is acheived. The permission
-object is then queried if the user has the requested permission and the
-result is returned to the artifact.
+a permission object (OFBizPermission) uses the supplied artifact ID to traverse
+the tree, accumulating permissions along the way. This is how permission
+inheritance is acheived. The permission object is then queried if the user
+has the requested permission and the result is returned to the artifact.