git-svn-id: https://rubycas-server.googlecode.com/svn/trunk@78 fffcb96a-a727-0410-ad3e-7b35c796b8d7
This commit is contained in:
matt.zukowski 2007-03-28 21:11:21 +00:00
Родитель 431fbc4017
Коммит 47866247c4
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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).