-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.X, Master
-
Fix Version/s: 7.2.10 DXP FP6, 7.2.X, 7.3.3 CE GA4, 7.3.10 DXP GA1, Master
-
Labels:
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Git Pull Request:
Steps to Reproduce
- Startup Liferay
- Create a file: test.config with the following escaped property:
foo="$\{bar.baz\}"
- Deploy test.config to ${LIFERAY_HOME}/osgi/configs
- Wait ~10 seconds
- Inspect the test.config file in ${LIFERAY_HOME}/osgi/configs
Expected Behavior
The property is still escaped:
foo="$\{bar.baz\}"
Actual Behavior
The property is no longer escaped:
foo = ${bar.baz}
- is caused by
-
LPS-111631 Copy in "org.apache.felix.utils.properties" package from fileinstall
-
- Closed
-