This commit is contained in:
Ulrik Sandberg
2010-10-19 20:34:19 +00:00
parent e456ddc736
commit fa109ab2c2

View File

@@ -22,6 +22,9 @@ Changes in version 1.3.1 (October 2010)
associated mapper with an indication that the response is different for
each search result. (LDAP-185)
* AbstractTlsDirContextAuthenticationStrategy now provides a setter for
customizing SSLSocketFactory used for TLS negotiation. (LDAP-180)
* DirContextAdapter.getObjectAttribute now returns null if the attribute
exists but with no value. Added method attributeExists for cases where
it has to be detected whether it was one or the other. (LDAP-215)