Parsers and generators of OpenLDAP code (RFC 4512) for Schema Objects does not
support escaped strings in the description
-------------------------------------------------------------------------------------------------------------------------
Key: DIRAPI-67
URL: https://issues.apache.org/jira/browse/DIRAPI-67
Project: Directory Client API
Issue Type: Bug
Affects Versions: 1.0.0-M8
Reporter: Pierre-Arnaud Marcelot
Priority: Critical
Fix For: 1.0.0-M9
The parsers for OpenLDAP code (RFC 4512) for SchemaObjects does not support
having an escaped string using "\'".
Same thing for the generators which does not automatically escape a string
containing a ' (quote) character when it's used in the description.
Furthermore, there seem to be 2 different classes generating OpenLDAP code:
-
/shared-ldap-model/src/main/java/org/apache/directory/shared/ldap/model/schema/DescriptionUtils.java
-
/shared-ldap-model/src/main/java/org/apache/directory/shared/ldap/model/schema/SchemaUtils.java
We should verify if a single one couldn't be used instead.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira