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

Adjust incorrectly used HTTPNotAcceptable #163

Closed
fmigneault opened this issue Mar 28, 2019 · 0 comments · Fixed by #176
Closed

Adjust incorrectly used HTTPNotAcceptable #163

fmigneault opened this issue Mar 28, 2019 · 0 comments · Fixed by #176
Assignees
Labels
enhancement Improvements in term of performance or behaviour
Milestone

Comments

@fmigneault
Copy link
Collaborator

Most cases, if not all, of HTTPNotAcceptable [406] are erroneous currently.
They should be Unprocessable Entity or some other code, since they are not related to the HTTP Accept Header.

Should be done in new minor version since could break instances using magpie.

@fmigneault fmigneault added the enhancement Improvements in term of performance or behaviour label Mar 28, 2019
@fmigneault fmigneault self-assigned this Mar 28, 2019
@fmigneault fmigneault added this to the 0.10.0 milestone Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements in term of performance or behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant