Applying a ModificationRequst with multiple modification on an attribute may
fail
---------------------------------------------------------------------------------
Key: DIRSERVER-1532
URL: https://issues.apache.org/jira/browse/DIRSERVER-1532
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.7
Reporter: Emmanuel Lecharny
Priority: Minor
Fix For: 2.0.0-RC1
Doing a modification like :
- add an attribute value X
- remove the attribute value X
- add an attribute value X
will fail, as the Exception interceptor check only that we try to add an
existing value twice, without taking into account that there is a remove in the
middle.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.