Skip to content
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
This repository was archived by the owner on Dec 6, 2023. It is now read-only.

Permission handling does not take into account if a resource already exists or not #13

@michielbdejong

Description

@michielbdejong

Implementing Editor’s Draft, 2021-09-11 of Web Access Control

Continuation of https://github.com/solid/community-server/issues/618 where we concluded:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions