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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 10 15:31:19 CEST 2019


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

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
It comes from:

C4/Auth.pm

1310             foreach my $key ( keys %$casservers ) {
1311                 push @tmplservers, { name => $key, value => login_cas_url(
$query, $key, $type ) . "?cas=$key" };
1312             }

So you are right Katrin, it must not be filtered.

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


More information about the Koha-bugs mailing list