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
It seems that ESS differs from other Solid implementations in that if an agent has acl:default access to a container, then they can also operate on that container itself (not only on resources contained in it).
It seems that in all other implementations (NSS, PSS, CSS), you would additionally need acl:accessTo for that.
Which one is correct?
Example of an authorization with only acl:default:
It seems that ESS differs from other Solid implementations in that if an agent has
acl:default
access to a container, then they can also operate on that container itself (not only on resources contained in it).It seems that in all other implementations (NSS, PSS, CSS), you would additionally need
acl:accessTo
for that.Which one is correct?
Example of an authorization with only
acl:default
:Example of an authorization with both
acl:default
andacl:accessTo
:The text was updated successfully, but these errors were encountered: