-
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
-
Branch Version/s:7.2.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Git Pull Request:
Steps to Reproduce
- Create the following OSGI config for Comments:
- Filename: com.liferay.comment.configuration.CommentGroupServiceConfiguration.config
- Content:
emailFromName="$\\{server-property://foo/bar\\}"
- Startup Liferay
- Deploy the created config file into ${LIFERAY_HOME}/osgi/configs
- Navigate to Control Panel > Configuration > System Settings > Comments
- Observe the value for: Email from Name
Expected Result:
${server-property://foo/bar}
Actual Result:
${server-property://foo/bar\}
- is caused by
-
LPS-111631 Copy in "org.apache.felix.utils.properties" package from fileinstall
-
- Closed
-