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

fix: Return 409 when there is a slash semantics issue #1001

Merged
merged 1 commit into from Oct 15, 2021

Conversation

joachimvh
Copy link
Member

After this the 2.0.0 branch will completely pass the conformance test harness (tested here).

But (and this is an important but), this is actually a revert of a revert. Originally we returned 409 in this case, but at some point it was mentioned that this should be a 403: #475 (comment)
Which resulted in a discussion and eventually a spec issue that is still open: solid/specification#219

So perhaps it's the test harness that has to change. But seeing as this will probably not be decided in a day and I do want our server to pass the test harness until this is decided, it's probably easiest to just return 409 for now.

@RubenVerborgh RubenVerborgh added this to the v2.0.0 milestone Oct 15, 2021
@joachimvh joachimvh merged commit fb3a59c into versions/2.0.0 Oct 15, 2021
@joachimvh joachimvh deleted the fix/slash-semantics branch October 15, 2021 07:15
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

Successfully merging this pull request may close these issues.

None yet

2 participants