Issue Details (XML | Word | Printable)

Key: DIRSERVER-306
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Alex Karasulu
Reporter: Alex Karasulu
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

On modifyRdn server now adds additional Rdn attribute

Created: 27/Jun/05 08:45 PM   Updated: 10/Feb/06 12:34 PM
Return to search
Component/s: None
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Java Source File Licensed for inclusion in ASF works ModifyRdnTest.java 2005-08-12 04:33 AM Stefan Zoerner 7 kB
File modRdn.ldif 2005-08-11 10:43 PM Stefan Zoerner 0.6 kB
Text File Licensed for inclusion in ASF works patch_ModifyRdnTest.txt 2005-08-25 09:55 PM Stefan Zoerner 3 kB

Resolution Date: 29/Aug/05 12:55 PM


 Description  « Hide
I changed the name of an entry like ou=Users, dc=example, dc=com to ou=users, dc=example, dc=com which had a single ou=Users. I expected this operation to delete the old attribute rather then just add the new one. This can become a serious issue hence the reason why its a blocker.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #239709 Wed Aug 24 16:46:31 UTC 2005 akarasulu adding stefan's test case from JIRA issue DIREVE-173 here:

http://issues.apache.org/jira/browse/DIREVE-173
Files Changed
ADD /directory/apacheds/trunk/main/src/test/org/apache/ldap/server/ModifyRdnTest.java

Repository Revision Date User Message
ASF #264048 Mon Aug 29 03:53:17 UTC 2005 akarasulu Adding Stefan's test case from JIRA issue DIREVE-173 here:

http://issues.apache.org/jira/browse/DIREVE-173

As well as the fix for it. Thanks Stefan!!!!
Files Changed
MODIFY /directory/apacheds/trunk/core/src/main/java/org/apache/ldap/server/partition/impl/btree/jdbm/JdbmContextPartition.java
MODIFY /directory/apacheds/trunk/main/src/test/org/apache/ldap/server/ModifyRdnTest.java