Skip to content
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

NSS gets confused when there are separate default and accessTo blocks #1596

Open
RubenVerborgh opened this issue May 12, 2021 · 1 comment
Open
Labels

Comments

@RubenVerborgh
Copy link
Contributor

As described in inrupt/solid-client-js#1035

@bourgeoa
Copy link
Member

See comments on inrupt/solid-client-js#1035
Not having much information on the acl that created the bug, it seems related to having acl:default in a non container acl

Among an acl isValid function, NSS may check that :

  • creating an acl for document (non-container resource) with PUT do not contain an acl:default.
  • other points could include :
    • exist an acl: authorization, acl.mode, acl:accessTo
    • container acl has a Control
    • subject with acl:mode has an agentType (agent, group, evryone, logged agent, ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants