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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/