[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
FYI - update to Java LDAP
FYI,
Patches have been applied to the Java LDAP API project
- Correct problems with disconnect behavior. Disconnect
was reconnecting. If disassociating from connection,
new connection did not preserve host/port, & socket factory.
- Problems with cloning - some clone implementations
were incorrect - creating new classes instead of calling
super.clone()
- Fixed problems with search filter code - characters beyond the
basic ascii set were not handled properly or converted from
Unicode to UTF-8 correctly.
-Steve