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 code for HttpMediaTypeNotAcceptable #373

Merged
merged 3 commits into from
Apr 13, 2023

Conversation

stefan-it
Copy link
Contributor

Hi,

requests with a strange Accept header should correctly lead to a 406 return code. Internally, 406 is recognized, but due to "catch-all" logic, 500 will be returned.

This PR fixes and unit-test it.

jbaiter
jbaiter previously approved these changes Apr 13, 2023
@stefan-it stefan-it merged commit c43ba8b into main Apr 13, 2023
@stefan-it stefan-it deleted the fix-not-acceptable-accept-header branch April 13, 2023 11:51
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

3 participants