Closed
Bug 16514
Opened 25 years ago
Closed 25 years ago
LDAPAttributeSet.removeElementAt() doesn't remove the attribute completely.
Categories
(Directory :: LDAP Java SDK, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jsanfil, Assigned: miodrag)
Details
LDAPAttributeSet.removeElementAt() doesn't fixup the internal attHash
hashtable, so the attribute is still visible after a caller has done a remove().
Updated•25 years ago
|
Assignee: mcs → miodrag
The fix has been checked in 05-06-00.
Checking in ldapjdk/netscape/ldap/LDAPAttributeSet.java;
/cvsroot/mozilla/directory/java-sdk/ldapjdk/netscape/ldap/LDAPAttributeSet.java,
v <-- LDAPAttributeSet.java
new revision: 1.6; previous revision: 1.5
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•