'=' is being escaped properly in RDN values
-------------------------------------------
Key: DIRSERVER-1395
URL: https://issues.apache.org/jira/browse/DIRSERVER-1395
Project: Directory ApacheDS
Issue Type: Bug
Components: ldap
Affects Versions: 1.0, 1.5.4
Environment: Windows XP
Reporter: Norval Hope
A colleague of mine discovered that due to a mistake in a boolean array
(AttributeTypeAndValue.DN_ESCAPED_CHARS) the '=' character is not escaped
during RDN normalization when it appears in a RDN value. This may be due to
http://www.faqs.org/rfcs/rfc2253.html seemingly leaving it in "2.4. Converting
an AttributeValue from ASN.1 to a String" but then including it in the "special
= " BNF clause.
The attached patch fixes the problem, adds a new testcase covering it and fixes
a few other testcases which tested for the old (broken) behaviour.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.