You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2010/06/17 18:25:25 UTC

[jira] Closed: (DIRSERVER-1399) The modify() operation does not use MR to compare values

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

Emmanuel Lecharny closed DIRSERVER-1399.
----------------------------------------


> The modify() operation does not use MR to compare values
> --------------------------------------------------------
>
>                 Key: DIRSERVER-1399
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-1399
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 1.5.4
>            Reporter: Emmanuel Lecharny
>            Assignee: Emmanuel Lecharny
>            Priority: Critical
>             Fix For: 2.0.0-RC1
>
>
> When modifying values, either adding or removing them, we don't use the Comparator associated with the AT matchingRule to compare values. This lead to big problem when the values are not equals even after a normalization (for instance, the syntaxCheckers attribute's value might differ), as the value is not found.
> We have to :
> - use the comparators instead of the simple comparison
> - add the missing comparators for the schema elements

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.