Hide Forgot
Description of problem: It does not matter is a request is done using application/json, the response always returns application/xml in the header. The payload content is correct. Steps to Reproduce: 1. Send a request to kie-server to fire-all-rules with application/json in the header Actual results: The response header has application/xml instead of application/json Expected results: application/json in the header