You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Clinton H Goudie-Nice (JIRA)" <ji...@apache.org> on 2017/04/27 17:23:05 UTC

[jira] [Created] (SLING-6803) Sling health check servlet does not respond to a query for .json or .html on it's root relative path

Clinton H Goudie-Nice created SLING-6803:
--------------------------------------------

             Summary: Sling health check servlet does not respond to a query for .json or .html on it's root relative path
                 Key: SLING-6803
                 URL: https://issues.apache.org/jira/browse/SLING-6803
             Project: Sling
          Issue Type: Bug
          Components: Health Check
            Reporter: Clinton H Goudie-Nice
            Priority: Minor


After binding the health check servlet to a URI, such as /system/health:

Executing http://localhost:4502/system/health/security.json works as expected and returns json, however http://localhost:4502/system/health.json does not return json.

In order to obtain the full list in json, you need to either query http://localhost:4502/system/health/.json or http://localhost:4502/system/health?format=json

I expect that /system/health.json should also work. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)