[Koha-bugs] [Bug 22585] New: CAS login link for staff intranet is double-escaped

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 26 21:56:44 CET 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22585

            Bug ID: 22585
           Summary: CAS login link for staff intranet is double-escaped
 Change sponsored?: ---
           Product: Koha
           Version: 18.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Authentication
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: jrittenh at nd.edu
        QA Contact: testopia at bugs.koha-community.org
                CC: dpavlin at rot13.org
  Target Milestone: ---

Created attachment 87036
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=87036&action=edit
remove double-escape for CAS URL

The return URL that is part of the link to CAS login is double-escaped on the
staff login page.  This means that %3A%2F%2F is converted to %253A%252F%252F.

It appears that this is the same issue as bug 21973 but in the staff intranet
template.  I have attached an identical patch for the intranet auth.tt file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list