File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,10 @@ documents called *Access Control List Resources* (or simply *ACLs*).
73
73
The WAC system assumes that web documents are placed in hierarchical containers
74
74
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
- [ ` acl:default ` ] ( #default-inherited-authorizations ) predicate, and have all
76
+ [ ` acl:default ` ] ( #default-inherited-authorizations ) predicate and the exact container URI
77
+ as the object, and have all
77
78
of the resources in that container [ inherit] ( #acl-inheritance-algorithm ) those
78
- permissions. Container URIs need to end in a ` / ` .
79
+ permissions.
79
80
80
81
### Individual Resource ACLs
81
82
@@ -430,8 +431,7 @@ Note access to different modes may be given in the same or different trust objec
430
431
## Referring to Resources
431
432
432
433
The ` acl:accessTo ` predicate specifies * which resources* you're giving access
433
- to, using their URLs as the objects. Object URLs for these triples need to end
434
- in a ` / ` if an only if they refer to a container.
434
+ to, using their exact URLs as the objects.
435
435
436
436
### Referring to the ACL Resource Itself
437
437
You can’t perform that action at this time.
0 commit comments