You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Zoerner (JIRA)" <di...@incubator.apache.org> on 2005/09/15 13:20:54 UTC

[jira] Closed: (DIREVE-241) Adding an already existing attribute value with a modify operation does not cause an error.

     [ http://issues.apache.org/jira/browse/DIREVE-241?page=all ]
     
Stefan Zoerner closed DIREVE-241:
---------------------------------


I have rebuilded the server, and tested the behavior programmatically (test cases) and with a GUI client. The described error does not occur any more, therefore I close the issue.

> Adding an already existing attribute value with a modify operation does not cause an error.
> -------------------------------------------------------------------------------------------
>
>          Key: DIREVE-241
>          URL: http://issues.apache.org/jira/browse/DIREVE-241
>      Project: Directory Server
>         Type: Bug
>     Versions: 0.9.2
>     Reporter: Stefan Zoerner
>     Assignee: Alex Karasulu
>      Fix For: 0.9.3
>  Attachments: ModifyAddTest.java
>
> If you try to add an attribute value which is already present within the entry, no error occurs.
> After the execution of the modify operation, the value appears twice in the entry instead.
> As a consequence, it is possible for instance to create an entry like this:
> ---
> dn: cn=Stefan Zoerner,ou=users,ou=system
> sn: Zoerner
> objectClass: top
> objectClass: top
> objectClass: person
> cn: Stefan Zoerner
> ---
> Expected behavior is error code 20, which indicates that the attribute value specified in a modify or add operation already exists as a value for that attribute.
> I will add a test case as usual which demonstrates the bug with a person entry.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira