-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, 7.2.X, Master
-
Fix Version/s: 7.1.10 DXP FP20, 7.1.10.5 SP5, 7.1.X, 7.2.X, 7.3.X, Master
-
Component/s: Portal Configuration
-
Branch Version/s:7.1.x
-
Backported to Branch:Committed
-
Fix Priority:4
-
Git Pull Request:
Steps to Reproduce:
- Create a new Server from Instance Settings -> LDAP -> Servers
- Change Base DN for example and add the following:
CN=Admin Two\\,OU=test,DC=liferay,DC=com
- Save the changed server.
- Check if the changes have been correctly saved.
Actual Results:
Base DN is shown in the UI as:
CN=Admin Two\,OU=test,DC=liferay,DC=com
Expected Results:
Base DN value should be the same one as the previously inserted:
CN=Admin Two\\,OU=test,DC=liferay,DC=com
- is caused by
-
LPS-107697 Default value of configuration with escaped character can not be unescaped when read
- Closed