[Koha-bugs] [Bug 23526] Shibboleth login url with query has double encoded '?' %3F

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 24 09:45:44 CEST 2019


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

--- Comment #6 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
Oh but UT needs to be fixed :

Auth_with_shibboleth.t "login shib url" calls :

is(
    login_shib_url($query),
    'https://testopac.com'
      . '/Shibboleth.sso/Login?target='
      . 'https://testopac.com/cgi-bin/koha/opac-user.pl' . '%3F'
      . $query_string,
    "login shib url"
);

-- 
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