Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Post 2.1.0
Description
When we are doing POST operations we use the Accept header set to application/json so we get a json response back.
However, when an operation fails for some reason, there is no status code set on the response. (It is defined in the json response itself though).
This patch should set a status code.