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 Dec 6, 2023. It is now read-only.
Currently permission handling does not take into account if a resource already exists or not. PUT will always require a Write permission, PATCH will require Append if it only has inserts, and Write if it also has deletes (and POST will always require Append). In case these should differ based on the resource already existing, existence checks will have to be added in the permission parsers.
Implementing Editor’s Draft, 2021-09-11 of Web Access Control
Continuation of https://github.com/solid/community-server/issues/618 where we concluded: