-
Bug
-
Resolution: Done
-
Major
-
5.12.1.Final
-
None
-
Adds HTTP/REST content negotiation to the coordinator. Plain text and JSON are produced depending upon what the client set in the accept header .
Narayana LRA coordinator is returning the LRAStatus as response body for both /close and /cancel endpoints.
But for /close the response type is text/plain and for /cancel the response type is application/json. I believe this should be consistent.