Woonsan Ko created JCR-4766:
-------------------------------
Summary: JcrRemotingServlet should write application/json content
for JSON response
Key: JCR-4766
URL: https://issues.apache.org/jira/browse/JCR-4766
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-jcr-server
Affects Versions: 2.21.10
Reporter: Woonsan Ko
When retrieving a JCR node using JSON binding like the following by appending
'.json' to the path, the content-type of the response should have been
{{application/json}}, instead of the current {{text/plain;charset=utf-8}}.
{{GET http://localhost:8080/server/default/jcr:root/hello.json}}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)