solid-contrib / web-access-control-tests

Tests if a Solid server implements web access control correctly
MIT License
2 stars 5 forks source link

Append on a non-existing resource should suffice to create #52

Closed michielbdejong closed 2 years ago

michielbdejong commented 2 years ago

The create tests currently test if Write on the resource (and Write or Append on the container) is required to create a non-existing resource. But the spec says "write operations attempt to create, delete, or modify resources; append operations attempt to create resources or add information to existing resources" so append on the resource should be enough.

michielbdejong commented 2 years ago

As clarified in solid/web-access-control-spec#105 this is NOT the case. Unskipping these tests back to the old behaviour.