Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a resource should also delete the associated ACL doc #48

Open
michielbdejong opened this issue Mar 11, 2021 · 0 comments
Open

Comments

@michielbdejong
Copy link
Collaborator

michielbdejong commented Mar 11, 2021

[edited]
Say you:

  • create /foo.txt
  • create an ACL doc for it, so could be /foo.txt.acl or /foo.txt?ext=acl or something completely different
  • DELETE /foo.txt
  • GET the ACL doc

Then you expect a 404, because "when a contained resource is deleted, the server MUST also delete the associated auxiliary resources", see https://github.com/solid/specification/blob/bcff661d08c9b9961963c580578fda280054eb20/protocol.html#L660

@michielbdejong michielbdejong changed the title Test whether deleting a resource also deletes the associated ACL doc Deleting a resource should also delete the associated ACL doc Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant