File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -335,11 +335,12 @@ examples.
335
335
##### Infinite Request Loops in Group Listings
336
336
337
337
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.
343
344
344
345
Take the following situation with two different servers:
345
346
You can’t perform that action at this time.
0 commit comments