From e987e1051befe0c8b2c86c4719d58280015dcc54 Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Sat, 3 Jul 2004 00:56:38 +0000 Subject: [PATCH] Relax restriction on empty Strings for proxy callback URL, as this should be an empty String if no proxy callback was requested during service ticket validation. --- changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.txt b/changelog.txt index 0112c50336..ca75f69d5b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -7,6 +7,7 @@ Changes in version 0.6 (2004-xx-xx) * Improved organisation of DaoAuthenticationProvider to facilitate subclassing * Fixed Linux compatibility issues (directory case sensitivity etc) * Fixed AbstractProcessingFilter to handle servlet spec container differences +* Fixed CasAuthenticationToken if proxy granting ticket callback not requested * Documentation improvements Changes in version 0.51 (2004-06-06)