You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Emmanuel Lecharny (JIRA)" <ji...@apache.org> on 2007/04/21 13:12:17 UTC

[jira] Closed: (DIRSERVER-370) search fails

     [ https://issues.apache.org/jira/browse/DIRSERVER-370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Emmanuel Lecharny closed DIRSERVER-370.
---------------------------------------


Closing all issues created in 2005 and before which are marked resolved

> search fails
> ------------
>
>                 Key: DIRSERVER-370
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-370
>             Project: Directory ApacheDS
>          Issue Type: Bug
>         Environment: Java 5
>            Reporter: Mark Swanson
>         Assigned To: Alex Karasulu
>            Priority: Blocker
>
> I deleted all of the *lg and *db files, 'svn update', build, restarted eve.
> The problem: rootContext.getAttributes("cn=a b, ou=super,ou=contacts,uid=123"); should fail, but it succeeds.
> actually, it reports success (does not throw NameNotFoundException) but really didn't succeed.
> Later, code like this:
> if (found)
>    rootContext.rebind(dn, null, attributes);
> fails to add because the attributes were really not found, and a rebind is impossible.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.