Skip to content

Commit 2324f19

Browse files
authored
Merge pull request #54 from michielbdejong/trailing-slashes
Mention acl:accessTo and acl:default object URIs should match resource URI exactly
2 parents 6e7bc51 + e4d1b6d commit 2324f19

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ documents called *Access Control List Resources* (or simply *ACLs*).
7272

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
75-
individual resource -- they can simply set permissions on a container, add a
76-
[`acl:default`](#default-inherited-authorizations) predicate, and have all
75+
individual resource -- they can simply set default permissions on a container using a
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
7879
permissions.
7980

@@ -430,7 +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 subjects.
434+
to, using their exact URLs as the objects.
434435

435436
### Referring to the ACL Resource Itself
436437

0 commit comments

Comments
 (0)