https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29744
Bug ID: 29744
Summary: Harmonize psgi/plack detection methods
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Architecture, internals, and plumbing
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
In Bug 29420, C4::Context->is_psgi_or_plack() is introduced to check for
psgi/plack environmental variables, since C4::Auth::psgi_env doesn't check for
"plack" environmental variables which means psgi/plack detection fails.
We should replace C4::Auth::psgi_env calls with C4::Context->is_psgi_or_plack()
if possible.
We should also use C4::Context->is_psgi_or_plack() instead of manually scanning
the %ENV hash for psgi/plack variables.
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/