]> git.koha-community.org Git - koha.git/commit
Bug 18046: CAS logout infinite redirect
authorChris Cormack <chrisc@catalyst.net.nz>
Tue, 1 Aug 2017 22:15:10 +0000 (10:15 +1200)
committerMason James <mtj@kohaaloha.com>
Wed, 20 Sep 2017 02:00:01 +0000 (14:00 +1200)
commitd0816520fc51991e386b844d8e06c66feb6af1c8
tree87dbaff25748e4f3e697710c1e3e1b2b8787370a
parent827f50fc113029628b21a0801a521aa4db33978b
Bug 18046: CAS logout infinite redirect

To test (You need a CAS server and CAS configured in Koha)

1/ Login using CAS in Koha
2/ Logout in Koha
3/ Notice you get redirected again and again
4/ Apply patch
5/ Login with CAS, then logout
6/ Notice logout works, but no longer infinitely redirected

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Patch has been in production use for several months
on several instances. Fixes a critical bug.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Looks like a typical workaround, but evidently works.
Not tested with CAS.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 13ca4962068b184f803b6588e53e39209a77f2b6)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit c87b963818076a58661922116893ff052b2d76a9)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
C4/Auth_with_cas.pm