[Koha-bugs] [Bug 29420] 401 Unauthorized pages come back as 200 OK under plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 1 01:35:50 CET 2021


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

--- Comment #14 from David Cook <dcook at prosentient.com.au> ---
An easier to maintain option would be to not proxy "/cgi-bin/koha/errors/*"
files to Starman, but... that would probably be short-sighted, since there are
times where we redirect manually to 404.pl as well. For instance:

members/apikeys.pl:    print $cgi->redirect("/cgi-bin/koha/errors/404.pl"); #
escape early

So that's not that long-term of a solution...

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


More information about the Koha-bugs mailing list