solid-contrib/solid-crud-tests

Allow redirect after PUT?

Closed this issue · 1 comments

ESS does this, see #60 (comment)

The spec seems to say it's prohibited?
https://solidproject.org/TR/protocol#resource-type-heuristics

When a successful PUT or PATCH request creates a resource, the server MUST use the effective request URI to assign the URI to that resource.

Ah never mind, that redirect was only due to migration.
The ACL was lost during the migration apparently, I put it back.