Skip to content

Commit 20bc1c6

Browse files
mention trailing slashes
1 parent 6cae6c7 commit 20bc1c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ 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
7676
[`acl:default`](#default-inherited-authorizations) predicate, and have all
7777
of the resources in that container [inherit](#acl-inheritance-algorithm) those
78-
permissions.
78+
permissions. Container URIs need to end in a `/`.
7979

8080
### Individual Resource ACLs
8181

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

432432
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.
434435

435436
### Referring to the ACL Resource Itself
436437

0 commit comments

Comments
 (0)