You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 25, 2021. It is now read-only.
I've just scanned through the code, so it might be that I'm interpreting it incorrectly, but as far as I can see here, the AccessControlList class assumes that a Document's ACL is located at the Document's URL with .acl appended to it.
While that's true in Node Solid Server, as far as I know, I don't think that's a requirement. The preferred way to detect the URL is by looking at the Document's Link HTTP header - see e.g. how Tripledoc does it.