search fails
------------
Key: DIREVE-123
URL: http://nagoya.apache.org/jira/browse/DIREVE-123
Project: Directory Eve
Type: Bug
Components: eve
Versions: 0.8.0
Environment: Java 5
Reporter: Mark Swanson
Assigned to: Alex Karasulu
Priority: Blocker
Fix For: 0.8.0
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.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|