https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17481 Bug ID: 17481 Summary: Cas Logout: bug 11048 has been incorrectly merged Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Authentication Assignee: gmcharlt@gmail.com Reporter: matthias.meusburger@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: dpavlin@rot13.org Bug 11048 (Fix logout redirection for CAS authentication) has been incorrectly merged: In Bugzilla, https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23865 : - print $query->redirect( $cas->logout_url($uri)); + print $query->redirect( $cas->logout_url(url => $uri)); In master, git show c251f752 : print $query->redirect( $cas->logout_url($uri)); + print $query->redirect( $cas->logout_url(url => $uri)); => CAS redirection is still broken in master. -- You are receiving this mail because: You are watching all bug changes.