Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Outdated
-
None
-
None
-
None
-
Platform 196 - Hardening 2
Description
Check at:
org.hippoecm.hst.platform.configuration.cache.CompositeConfigurationNodes#addInherited
should probably be "startsWith" instead of equals:
if (!inheritPath.equals("../")) { log.warn("Skipping invalid hst:inheritsfrom '{}' for '{}'. Property should start with '../'", inheritPath, currentConfigurationRootNode.getValueProvider().getPath()); }