You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2022/03/04 14:14:47 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-11183 - Sling is starting up page no longer present

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bc0998  SLING-11183 - Sling is starting up page no longer present
9bc0998 is described below

commit 9bc0998a79c16a004e3f101a0d3dbf0826a0abaf
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri Mar 4 16:01:05 2022 +0200

    SLING-11183 - Sling is starting up page no longer present
    
    Adjust the location of the startup page. Presumably this change was caused
    by starter.content changes.
---
 src/main/features/healthcheck.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/features/healthcheck.json b/src/main/features/healthcheck.json
index d7c2d98..4fb4bbd 100644
--- a/src/main/features/healthcheck.json
+++ b/src/main/features/healthcheck.json
@@ -87,7 +87,7 @@
                 "systemalive"
             ],
             "autoDisableFilter":true,
-            "responseTextFor503":"classpath:org.apache.sling.starter.content:content/content/startup/index.html"
+            "responseTextFor503":"classpath:org.apache.sling.starter.content:startup/index.html"
         },
         "org.apache.felix.hc.core.impl.servlet.HealthCheckExecutorServlet~default":{
             "servletPath":"/system/health"