Srimanth Gunturi created FALCON-159:
---------------------------------------
Summary: Version API endpoint does not emit valid JSON
Key: FALCON-159
URL: https://issues.apache.org/jira/browse/FALCON-159
Project: Falcon
Issue Type: Bug
Components: prism
Affects Versions: 0.3
Reporter: Srimanth Gunturi
{{/api/admin/version}} endpoint emits
{noformat}
{Version:"0.4-incubating-SNAPSHOT-rb47788d1112fcf949c22a3860934167237b395b0",Mode:"distributed"}
{noformat}
which is not valid JSON. It should be
{noformat}
{"Version":"0.4-incubating-SNAPSHOT-rb47788d1112fcf949c22a3860934167237b395b0","Mode":"distributed"}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.1#6144)