Issue Details (XML | Word | Printable)

Key: DIRSERVER-647
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Emmanuel Lecharny
Reporter: Alex Karasulu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Fix LdapDN.normalize() method to take a normalizer mapping map

Created: 14/Jun/06 07:19 AM   Updated: 02/Oct/06 01:50 PM
Return to search
Component/s: ldap
Affects Version/s: None
Fix Version/s: 1.0-RC4

Time Tracking:
Not Specified

Resolution Date: 16/Jun/06 02:39 PM


 Description  « Hide
Right now the OID_MAP is hardcoded into LdapDN using a static member. This was originally a test until later we can start using LdapDN.normalize( LdapDN, Map ). We still need to update the code for this.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alex Karasulu added a comment - 14/Jun/06 07:21 AM
Some convo with Emmanuel on 06/13/06:


(20:16:48) akarasulu: will you fix the normalization issue with LdapDN ?
(20:16:59) akarasulu: sorry meaning that OID_MAP
(20:17:11) akarasulu: remember how it was hard coded for dn.normalize()
(20:17:22) akarasulu: instead of using dn.normalize( Map )
(20:17:25) emmanuel: you mean, LdanpDn.normalize( dn, oids ) ?
(20:17:32) akarasulu: yeah exactly
(20:17:37) emmanuel: yeah, I will do.
(20:17:47) emmanuel: Can you fill a JIRA for that?
(20:17:49) akarasulu: no rush if you put it as a JIRA todo
(20:17:51) akarasulu: haha
(20:17:52) emmanuel: I don't want to forget
(20:17:55) akarasulu: yeah i can do that sure
(20:17:58) akarasulu: let me do that now

Emmanuel Lecharny added a comment - 16/Jun/06 02:39 PM
The ugy trick used to normalize has been wiped off the code.

Alex Karasulu added a comment - 02/Oct/06 01:50 PM
fixed and confirmed