[Koha-bugs] [Bug 17481] New: Cas Logout: bug 11048 has been incorrectly merged

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 21 17:03:57 CEST 2016


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 at gmail.com
          Reporter: matthias.meusburger at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at 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.


More information about the Koha-bugs mailing list