-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: add tests for 'Control' #14
Comments
Another check is that the Link header to the .acl is only sent when the user has Control grants. |
is it in the actual spec |
Oof this is a while ago. It was mentioned in the chat that this was the case. I think the reasoning was this part of the spec:
This was understood to also imply that if one does not have Control, they would not need to know where the .acl file resides either. |
I dug op the conversation from the solid/chat gitter that I got this from for more background, though after re-reading the spec I can't say that I can find a specific mention about not having the Link. I'll try to get some more specifics about that!
|
As for the tests, I'm thinking we need a couple of entries to cover the base case:
Do you think that would cover it? |
Here is the relevant piece of the spec: https://solidproject.org/TR/protocol#auxiliary-resources-web-access-control
|
PR here: #37 |
The spec mentions that .acl files should only be accessible for a webId with "Control" access, but there are no tests to validate that.
The text was updated successfully, but these errors were encountered: