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
REST WS with charset in the Produce annotations result in wrong swagger.json. The charset is simple ignored.
@produces("text/plain;charset=UTF-8") results to "produces" : [ "text/plain" ] in the swagger.json.
Hence, Calling the the REST WS by swagger result in HTTP 406
The text was updated successfully, but these errors were encountered:
Should be checked with consumes as well.
consumes
Sorry, something went wrong.
related to #1546, fixed when #1680 is merged.
No branches or pull requests
REST WS with charset in the Produce annotations result in wrong swagger.json. The charset is simple ignored.
@produces("text/plain;charset=UTF-8") results to "produces" : [ "text/plain" ] in the swagger.json.
Hence, Calling the the REST WS by swagger result in HTTP 406
The text was updated successfully, but these errors were encountered: