svn commit: r931442 - in /ofbiz/branches/executioncontext20091231: BranchReadMe.txt framework/security/data/SecurityData.xml

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

svn commit: r931442 - in /ofbiz/branches/executioncontext20091231: BranchReadMe.txt framework/security/data/SecurityData.xml

adrianc
Author: adrianc
Date: Wed Apr  7 06:25:50 2010
New Revision: 931442

URL: http://svn.apache.org/viewvc?rev=931442&view=rev
Log:
Corrected the BranchReadMe.txt file and added some missing seed data.

Modified:
    ofbiz/branches/executioncontext20091231/BranchReadMe.txt
    ofbiz/branches/executioncontext20091231/framework/security/data/SecurityData.xml

Modified: ofbiz/branches/executioncontext20091231/BranchReadMe.txt
URL: http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/BranchReadMe.txt?rev=931442&r1=931441&r2=931442&view=diff
==============================================================================
--- ofbiz/branches/executioncontext20091231/BranchReadMe.txt (original)
+++ ofbiz/branches/executioncontext20091231/BranchReadMe.txt Wed Apr  7 06:25:50 2010
@@ -85,7 +85,7 @@ to compile. The problem is compounded in
 it references 3 or 4 components.
 
 The workaround I came up with was to have the lowest level methods
-declared in the api component, then have each component extend
+declared in the base component, then have each component extend
 the interface and add their methods. It's not pretty, but it works.
 
 This is where you can find the interfaces:

Modified: ofbiz/branches/executioncontext20091231/framework/security/data/SecurityData.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/executioncontext20091231/framework/security/data/SecurityData.xml?rev=931442&r1=931441&r2=931442&view=diff
==============================================================================
--- ofbiz/branches/executioncontext20091231/framework/security/data/SecurityData.xml (original)
+++ ofbiz/branches/executioncontext20091231/framework/security/data/SecurityData.xml Wed Apr  7 06:25:50 2010
@@ -69,6 +69,7 @@ under the License.
     <ArtifactPath artifactPath="ofbiz/?/ServerHit" description="All Applications - Server hit"/>
 
     <ArtifactPermission permissionValue="access=true" description="Access granted"/>
+    <ArtifactPermission permissionValue="access=false" description="Access denied"/>
     <ArtifactPermission permissionValue="admin=true" description="Admin access granted"/>
     <ArtifactPermission permissionValue="create=true" description="Create access granted"/>
     <ArtifactPermission permissionValue="create=false" description="Create access denied"/>