Fixed LDAP-107: Setting returningObj for ContextMapper handlers in search

http://jira.springframework.org/browse/LDAP-107
This commit is contained in:
Ulrik Sandberg
2008-04-29 18:11:24 +00:00
parent d1a78c9355
commit 59ceb62cdd

View File

@@ -13,6 +13,10 @@ http://www.ietf.org/rfc/rfc2696.txt
Changes in version 1.2.2 (XXX 2008)
-------------------------------------------
* Improved search methods that take handlers so that they will work
with handlers that use ContextMappers, eg ContextMapperCallbackHandler.
(LDAP-107)
* Fixed a problem where the narrowest possible exception subclass was
not always found in the exception translation. (LDAP-100)