]
Paul Ferraro commented on WFWIP-290:
------------------------------------
{quote} when sending "Accept: application/*", then HTTP 200 is returned with
"application/yaml" Content-Type.
Is this behavior wanted?{quote}
Yes.
Response Content-Type is 'application/json' even when HTTP
request defines 'application/json-patch+json' "Accept" header
------------------------------------------------------------------------------------------------------------------------
Key: WFWIP-290
URL:
https://issues.redhat.com/browse/WFWIP-290
Project: WildFly WIP
Issue Type: Bug
Components: MP OpenAPI
Reporter: Fabio Burzigotti
Assignee: Paul Ferraro
Priority: Major
When sending HTTP request header "Accept: application/json-patch+json",
"Content-Type: application/json" response is returned.
This behavior seems to be less strict compared to what is defined by the spec, as it
states "application/json" is specifically needed in order to get the same value
back from server.