-
Notifications
You must be signed in to change notification settings - Fork 41
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
adoptACLDefault does not copy triples with acl:Authorization #278
Comments
You mean triples like |
Actually a triple bug, Solid UI + NSS + test-suite. :) |
Ok, I'll create separate issues for NSS and test-suite for this. I'll also try to find the appropriate sections in the Web Access Control specification. |
I found the issue "Is acl:Authorization mandatory?" in the WAC spec, where the question is discussed as part of the new specification. I'll keep an eye out for those discussions, but until there's a conclusion I'll wait to create issues on NSS and the test-suite. That being said, for the sake of semantics I suggest that we make sure that |
But meanwhile, we can still fix the fact that the copy doesn't copy it, then, so this issue is still a bug. |
I'm writing tests for the acl module, and noticed that
adoptACLDefault
does not copy the triples containingacl:Authorization
into the new graph it builds. It seems that NSS does not care about this triples though, which is why the bug has gone unnoticed.I'm creating this issue to verify my suspicion with others. If it is the case that NSS should require
acl:Authorization
triples, I'll create a bug there as well.The text was updated successfully, but these errors were encountered: