File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ or folders. For convenience, users do not have to specify permissions on each
75
75
individual resource -- they can simply set default permissions on a container using a
76
76
[ ` acl:default ` ] ( #default-inherited-authorizations ) predicate, and have all
77
77
of the resources in that container [ inherit] ( #acl-inheritance-algorithm ) those
78
- permissions.
78
+ permissions. Container URIs need to end in a ` / ` .
79
79
80
80
### Individual Resource ACLs
81
81
@@ -430,7 +430,8 @@ Note access to different modes may be given in the same or different trust objec
430
430
## Referring to Resources
431
431
432
432
The ` acl:accessTo ` predicate specifies * which resources* you're giving access
433
- to, using their URLs as the subjects.
433
+ to, using their URLs as the subjects. Object URLs for these triples need to end
434
+ in a ` / ` if an only if they refer to a container.
434
435
435
436
### Referring to the ACL Resource Itself
436
437
You can’t perform that action at this time.
0 commit comments