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/01 00:05:09 UTC

[jira] Updated: (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 updated DIREVE-241:
----------------------------------

    Attachment: ModifyAddTest.java

Here is a test case, which demonstrates the error with the description attribute of a person entry. But the bug occurs with other attributes, even objectClass as well. The critical method is testAddExistingAttributeValue, which fails.

> 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.3
>     Reporter: Stefan Zoerner
>     Assignee: Alex Karasulu
>  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