| Trustin Lee (JIRA) 2005-06-30, 2:45 am |
| The bahavior of LockableAttributesImpl.put() is different from that of BasicAttributes.
---------------------------------------------------------------------------------------
Key: DIREVE-177
URL: http://issues.apache.org/jira/browse/DIREVE-177
Project: Directory Server
Type: Bug
Versions: 0.9, 0.8
Reporter: Trustin Lee
Assigned to: Alex Karasulu
Fix For: 0.9.1
It looks like LockableAttributesImpl.put() just adds an attribute to existing attiribute with the same attribute ID, but BasicAttributes just replaces old attribute. This makes users confused when they are using both implementations without knowing their
differences. We have to modify LockableAttributesImpl.put to work like BasicAttributes IMHO.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|