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
If /path/foo/ exists and user tries to create /path/foo, the server should cowardly refuse and the same in the opposite case. As you say, once one of the exists, then the behavior you described happens.
My summary of how Solid-Rest should behave to be spec-compliant (other than requirements for http, CORS, and WAC) :
https://solid.github.io/specification/#read-write (2020-10-29)
Updated 2020-12-15
READING 2.4.2
types in GET and HEAD requests and MAY list them in OPTIONS requests
WRITING 2.4.3
to requests to container URLs (those ending in slash)
the request has a slug
DELETING 2.4.4
REPRESENTATIONS 2.4.5
CROSS-ORIGN RESOURCE SHARING 2.8
LDP Spec https://www.w3.org/TR/ldp/
The text was updated successfully, but these errors were encountered: