Add escaping for description of classes for OpenLDAP
----------------------------------------------------
Key: DIRSTUDIO-719
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-719
Project: Directory Studio
Issue Type: Bug
Components: studio-schemaeditor
Affects Versions: 1.5.3
Reporter: Radosław Smogura
I created object class, and putted inside description string It's. Exported for
OpenLDAP schema causes error. Error is due to not escaped description
Current result is:
DESC 'kkkk It's kkkk'
Should be
DESC 'kkkk It\27s kkkk'
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.