We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Till version 1.3.4 I was getting application/json;charset=UTF-8 in Content-Type header. Since 1.3.5 I have text/plain;charset=UTF-8.
application/json;charset=UTF-8
Content-Type
text/plain;charset=UTF-8
To Reproduce Just check the Content-Type header value.
Expected behavior Expecting to have application/json;charset=UTF-8 again.
The text was updated successfully, but these errors were encountered:
@prondzyn,
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible: Please have a look at the section Using GitHub Issues, and provide all the necessary information: https://github.com/springdoc/springdoc-openapi/blob/master/CONTRIBUTING.adoc
Sorry, something went wrong.
Content-Disposition
Related to #624.
Will be reponed, if relevant information provided.
No branches or pull requests
Describe the bug
Till version 1.3.4 I was getting
application/json;charset=UTF-8
inContent-Type
header.Since 1.3.5 I have
text/plain;charset=UTF-8
.To Reproduce
Just check the
Content-Type
header value.Expected behavior
Expecting to have
application/json;charset=UTF-8
again.The text was updated successfully, but these errors were encountered: