[Koha-bugs] [Bug 19799] Changing language on OPAC redirects back to homepage

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 30 13:50:22 CEST 2018


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

--- Comment #10 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
This might help you understand the problem:

>From C4/Auth:
    # Set the using_https variable for templates
    # FIXME Under Plack the CGI->https method always returns 'OFF'
    my $https = $in->{query}->https();
    my $using_https = ( defined $https and $https ne 'OFF' ) ? 1 : 0;

If you call CGI->url under Plack, you will get http back which is obviously
wrong if you used https.

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


More information about the Koha-bugs mailing list