From 59ceb62cdde97aeff32b918a1025d2ce3b07c1f8 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Tue, 29 Apr 2008 18:11:24 +0000 Subject: [PATCH] Fixed LDAP-107: Setting returningObj for ContextMapper handlers in search http://jira.springframework.org/browse/LDAP-107 --- spring-ldap/changelog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-ldap/changelog.txt b/spring-ldap/changelog.txt index 810c7030..9c4022fc 100644 --- a/spring-ldap/changelog.txt +++ b/spring-ldap/changelog.txt @@ -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)