Mikhail Pochatkin created IGNITE-23714:
------------------------------------------
Summary: Fix problem json media type
Key: IGNITE-23714
URL: https://issues.apache.org/jira/browse/IGNITE-23714
Project: Ignite
Issue Type: Improvement
Components: rest
Reporter: Mikhail Pochatkin
Assignee: Mikhail Pochatkin
According to our open-api specification, in case of error we should return
{{application/problem+json}} media type in response.
This is correct and alligns with [https://www.rfc-editor.org/rfc/rfc7807]
But actually we return {{application/json+problem}} which is not standard media
type and may cause issues on client side.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)