Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
subsystem-2.0.8
-
None
-
None
Description
ConfigAdminContentHandler form Subsystem-core doesn't subsitude variable before registering them into the configuration admin.
We've patched the code in our environnment by adding a :
InterpolationHelper.performSubstitution((Map) configuration,ctx);
before the :
configurations.put(symbolicName, configuration);