[ 
https://issues.apache.org/jira/browse/DIRSERVER-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny closed DIRSERVER-1698.
----------------------------------------

> Search on entries with multiple AVA in RDN does not work crrectly if the 
> initial RDN order is not used
> ------------------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-1698
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1698
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0-M5
>            Reporter: Emmanuel Lecharny
>            Priority: Major
>             Fix For: 2.0.0-M7
>
>
> If we create an entry using a RDN with multiple AVA, like this one :
> dn: cn=Doe+gn=John, ou=system
> ObjectClass: top
> ObjectClass: person
> cn: Doe
> gn: John
> sn: John Doe
> then searching for the entry using its DN with cn=Doe+gn=John, ou=system as a 
> base, you'll get the entry. However, doing the same search but with the base 
> DN gn=John+cn=Doe, ou=system, you will get nothing.
> This is due to the fact that the ParentIdAndRDN.compareTo() method use the 
> String value of the RDN, so the ordering is dependent on the AVA position in 
> the String.
> This is bad. We must rewrite the CcompareTo method to compare the AVA one by 
> one in the correct order.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to