
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
15/May/07 12:19 PM
|
|
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.
|
|
Description
|
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. |
Show » |
| No work has yet been logged on this issue.
|
|