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
Priority: Critical
Fix For: 1.5.5
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.