Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
JSON-RPC over SCA HTTP binding does not return a JSON object after an exception.
The spec indicates a well formed JSON object should be returned in case of an error: http://json-rpc.org/wiki/specification
But while creating a fault message in JSONRPCWireFormatInterceptor.createJSONFaultMessage the body is simply set to the throwable:
private Message createJSONFaultMessage(Throwable throwable)