This repository was archived by the owner on Jan 23, 2024. It is now read-only.
This repository was archived by the owner on Jan 23, 2024. It is now read-only.
Suite testRestrictUriReUseSlug
fails if the server DOES NOT create second resource #225
Open
Description
The test is intended to cover the requirement that LDP servers that allow member creation via POST SHOULD NOT re-use URIs.
, but fails if the server does not respond 201 Created
when requesting a resource with a duplicate Slug
.
See:
The test as written wants to check that the newly created resource has a different URI than the one requested. As far as I can tell, it should also be acceptable to refuse to create the resource. We respond 409 Conflict
, which seems to offer greater predictability to clients.
This issue is also documented here: ruby-rdf/rdf-ldp#6 (comment)
Metadata
Metadata
Assignees
Labels
No labels