Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-6803

Sling health check servlet does not respond to a query for .json or .html on it's root relative path

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            justinedelson Justin Edelson
            cgoudie Clinton H Goudie-Nice
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: