Bugzilla – Attachment 56723 Details for
Bug 17481
Cas Logout: bug 11048 has been incorrectly merged
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17481: Fix incorrect merge of bug 11048 (logout redirection for CAS authentication)
Bug-17481-Fix-incorrect-merge-of-bug-11048-logout-.patch (text/plain), 769 bytes, created by
Matthias Meusburger
on 2016-10-21 15:06:31 UTC
(
hide
)
Description:
Bug 17481: Fix incorrect merge of bug 11048 (logout redirection for CAS authentication)
Filename:
MIME Type:
Creator:
Matthias Meusburger
Created:
2016-10-21 15:06:31 UTC
Size:
769 bytes
patch
obsolete
>From 4e5a8170e57b4cfafd4a471647416b6cce9a4328 Mon Sep 17 00:00:00 2001 >From: Matthias Meusburger <matthias.meusburger@biblibre.com> >Date: Fri, 21 Oct 2016 17:04:58 +0200 >Subject: [PATCH] Bug 17481: Fix incorrect merge of bug 11048 (logout > redirection for CAS authentication) > >--- > C4/Auth_with_cas.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Auth_with_cas.pm b/C4/Auth_with_cas.pm >index c3d163d..b69124b 100644 >--- a/C4/Auth_with_cas.pm >+++ b/C4/Auth_with_cas.pm >@@ -66,7 +66,6 @@ sub getMultipleAuth { > sub logout_cas { > my ($query, $type) = @_; > my ( $cas, $uri ) = _get_cas_and_service($query, undef, $type); >- print $query->redirect( $cas->logout_url($uri)); > print $query->redirect( $cas->logout_url(url => $uri)); > } > >-- >1.7.10.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17481
:
56723
|
57248