From: Jonathan Druart Date: Fri, 7 Dec 2018 13:26:02 +0000 (-0300) Subject: Bug 21973: Do not url escape casServerUrl X-Git-Tag: v18.11.01~21 X-Git-Url: http://git.equinoxoli.org/?p=koha.git;a=commitdiff_plain;h=059d3ccf39730f9880aa5d9325ee93ea06f8b780 Bug 21973: Do not url escape casServerUrl It is already escaped correctly in C4::Auth_with_cas::_url_with_get_params using URI::Escape::uri_escape Note that shibbolethLoginUrl is not and must be url escaped in template ("be consistent, they said") Signed-off-by: Kyle M Hall Signed-off-by: Martin Renvoize Signed-off-by: Nick Clemens (cherry picked from commit cade3103ecd4008ccb0bb82e1fd77497894f68f5) Signed-off-by: Martin Renvoize --- diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index 71edf3c..d8aeabe 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -97,7 +97,7 @@ [% IF ( casAuthentication ) %] [% IF ( shibbolethAuthentication ) %] [% IF ( casServerUrl ) %] -

Please click here to log in.

+

Please click here to log in.

[% END %] [% IF ( casServersLoop ) %] @@ -117,7 +117,7 @@ [% END %] [% IF ( casServerUrl ) %] -

If you have a CAS account, please click here to log in.

+

If you have a CAS account, please click here to log in.

[% END %] [% IF ( casServersLoop ) %]