Skip to content

Commit d6505cf

Browse files
Clarify relationship betwen Group Listings and their containing documents
1 parent b5fbe10 commit d6505cf

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,12 @@ examples.
335335
##### Infinite Request Loops in Group Listings
336336

337337
Since Group Listings (which are linked to from ACL resources using
338-
the `acl:agentGroup` predicate) are regular documents, they can have their very
339-
own `.acl` resources that restrict which users (or groups) are allowed to access
340-
or change them. This fact, that `.acl`s point to Group Listings, which can have
341-
`.acl`s of their own, which can potentially also point to Group Listings, and so
342-
on, introduces the potential for infinite loops during ACL resolution.
338+
the `acl:agentGroup` predicate) reside in regular documents, those documents
339+
will have their very own `.acl` resources that restrict which users (or groups)
340+
are allowed to access or change them. This fact, that `.acl`s point to Group
341+
Listings, which can have `.acl`s of their own, which can potentially also point
342+
to Group Listings, and so on, introduces the potential for infinite loops
343+
during ACL resolution.
343344

344345
Take the following situation with two different servers:
345346

0 commit comments

Comments
 (0)