Skip to content

Commit e4d1b6d

Browse files
mention exact match instead of slash or not
1 parent e685492 commit e4d1b6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ documents called *Access Control List Resources* (or simply *ACLs*).
7373
The WAC system assumes that web documents are placed in hierarchical containers
7474
or folders. For convenience, users do not have to specify permissions on each
7575
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
7778
of the resources in that container [inherit](#acl-inheritance-algorithm) those
78-
permissions. Container URIs need to end in a `/`.
79+
permissions.
7980

8081
### Individual Resource ACLs
8182

@@ -430,8 +431,7 @@ Note access to different modes may be given in the same or different trust objec
430431
## Referring to Resources
431432

432433
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.
435435

436436
### Referring to the ACL Resource Itself
437437

0 commit comments

Comments
 (0)