This is an automated email from the ASF dual-hosted git repository.
dklco pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
The following commit(s) were added to refs/heads/master by this push:
new 81f795a8 SLING-12138 - Fix login popup in Composum Nodes
81f795a8 is described below
commit 81f795a8ee42a2e55a3dff283391c208ea986597
Author: Dan Klco <[email protected]>
AuthorDate: Wed Nov 15 09:24:30 2023 -0500
SLING-12138 - Fix login popup in Composum Nodes
---
feature/src/main/features/app/composum.json | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/feature/src/main/features/app/composum.json
b/feature/src/main/features/app/composum.json
index 064d2816..f24cd736 100644
--- a/feature/src/main/features/app/composum.json
+++ b/feature/src/main/features/app/composum.json
@@ -30,6 +30,27 @@
"com.composum.nodes.usermgr"
],
"whitelist.name":"composum"
+ },
+ "com.composum.sling.core.proxy.GenericProxyRequest~health": {
+ "tags.to.strip":[
+ "body"
+ ],
+ "name":"System Health",
+ "XSLT.chain.paths":[
+ ],
+ "tags.to.rename":[
+ "html:div"
+ ],
+ "targetUrl":"",
+ "tags.to.drop":[
+ "head",
+ "style",
+ "script",
+ "link"
+ ],
+ "referencePath":"/",
+ "enabled":true,
+ "targetPattern":"/system/health.*"
}
}
}