-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
doc: Protocolstatus: NominatedAn issue that has been nominated for the next monthly milestoneAn issue that has been nominated for the next monthly milestonetopic: authorizationtopic: querying
Milestone
Description
On PATCH spec seems to require only Write for sparql DELETE. This is implemented in solid/test-suite.
But NSS is requiring Read and Write, with the following explanations in the code comments in NSS PATCH implementation.
// Read access is required for DELETE and WHERE.
// If we would allows users without read access,
// they could use DELETE or WHERE to trigger 200 or 409,
// and thereby guess the existence of certain triples.
// DELETE additionally requires write access.
What should be the spec ? What should test-suite implement if the response is not straight forward ?
Metadata
Metadata
Labels
doc: Protocolstatus: NominatedAn issue that has been nominated for the next monthly milestoneAn issue that has been nominated for the next monthly milestonetopic: authorizationtopic: querying
Type
Projects
Status
Done