From 47866247c4aae836d1623c8b997be3e0456df011 Mon Sep 17 00:00:00 2001 From: "matt.zukowski" Date: Wed, 28 Mar 2007 21:11:21 +0000 Subject: [PATCH] more changes git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@78 fffcb96a-a727-0410-ad3e-7b35c796b8d7 --- CHANGELOG.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6403dca..f6edbc7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,9 @@ * When the user visits the login page and is already authenticated (i.e. they have a valid ticket granting cookie), a message is shown at the top indicating that they are already logged in. +* Fixed bug that was causing all proxy-granting tickets to be deleted whenever + any user logged out. Only the PGTs for the user that is logging out are now + being deleted. * Trailing slashes in service URLs are now ignored when validating service and proxy tickets (e.g. "http://www.google.com" and "http://www.google.com/" are now considered to be the same service URL).