mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
07.27.2006 922f323ae4fa9ec584c5640af94a47517cb3cb41
Fix a problem in the modify operation in which it would not correctly reject
an increment request where there were multiple increment values in the request
from the client.

OpenDS Issue Number: 764
1 files modified
1 ■■■■ changed files
opends/src/server/org/opends/server/core/ModifyOperation.java 1 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/ModifyOperation.java
@@ -2067,6 +2067,7 @@
                int msgID = MSGID_MODIFY_INCREMENT_REQUIRES_SINGLE_VALUE;
                appendErrorMessage(getMessage(msgID, String.valueOf(entryDN),
                                              a.getName()));
                break modifyProcessing;
              }
              AttributeValue v = values.iterator().next();