This is an automated email from the ASF dual-hosted git repository.
ghenzler 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 e452f67 SLING-8418 Not including HC result into the response for the
sling starter
e452f67 is described below
commit e452f674be634a1700f9cef77874bacabf1f724d
Author: georg.henzler <[email protected]>
AuthorDate: Fri May 24 09:21:35 2019 +0200
SLING-8418 Not including HC result into the response for the sling
starter
---
src/main/provisioning/healthcheck.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/provisioning/healthcheck.txt
b/src/main/provisioning/healthcheck.txt
index e006906..69e4329 100644
--- a/src/main/provisioning/healthcheck.txt
+++ b/src/main/provisioning/healthcheck.txt
@@ -90,5 +90,6 @@
osgi.http.whiteboard.context.select="(osgi.http.whiteboard.context.name\=*)"
osgi.http.whiteboard.filter.regex="(?!/system/).*"
responseTextFor503="classpath:org.apache.sling.starter.content:content/content/startup/index.html"
+ includeExecutionResult=B"false"
autoDisableFilter=B"true"
avoid404DuringStartup=B"true"