| Emmanuel Lecharny (JIRA) 2006-12-29, 7:11 pm |
| Modify the semantic of LdapDN.toString() method
-----------------------------------------------
Key: DIRSERVER-808
URL: http://issues.apache.org/jira/browse/DIRSERVER-808
Project: Directory ApacheDS
Issue Type: Improvement
Components: ldap
Reporter: Emmanuel Lecharny
Assigned To: Emmanuel Lecharny
Fix For: 1.5.0
The semantic of LdapDN.toString() method is really bad : it returns a normalized form of the DN. By no means this should have been the case, so I suggest to switch it back to what it should have been from the beginning :
toString() returns the user provided DN
getUpName() return the user provided DN ( for completness)
getNormName() returns the normalized form of the DN
Of course, many test cases will be impacted, but this is not something that can't be fixed in less that a few hours.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|