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 mvc error introduced by management of the Accept:* header #274

Merged
merged 1 commit into from
Mar 9, 2023

Conversation

tloubrieu-jpl
Copy link
Member

🗒️ Summary

The XML formats were not rendered properly but as some kind of JSON since it became the default format.

I changed the order in which the message converters so that the default JSON is only used if none of the specific one defined before matches the user request (Accept header) before.

Copy link
Member

@jordanpadams jordanpadams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging this one before #275

@jordanpadams jordanpadams merged commit a3b1db3 into main Mar 9, 2023
@jordanpadams jordanpadams deleted the fix_serialization branch March 9, 2023 22:59
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.

2 participants