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

Emmanuel Lécharny resolved DIRAPI-389.
--------------------------------------
    Resolution: Fixed

Fixed with commit 5df9f63c22f3af73fb898cb7b9551e513c12b6a1

> Issue when comparing multi-component RDNs caused by the RDN order
> -----------------------------------------------------------------
>
>                 Key: DIRAPI-389
>                 URL: https://issues.apache.org/jira/browse/DIRAPI-389
>             Project: Directory Client API
>          Issue Type: Task
>    Affects Versions: 2.1.2
>            Reporter: Emmanuel Lécharny
>            Priority: Major
>             Fix For: 2.1.3
>
>
> When doing something like:
> ```
>         Dn dn = new Dn( schemaManager, "cn=Kate+sn=Bush,ou=system" );
>         Dn dn2 = new Dn( schemaManager, "sn=Bush+cn=Kate,ou=system" );
>         assertEquals( dn, dn2 );
> ```
> the last check fails because the RDNs aren't internaly properly ordered while 
> the DNs are parsed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to