[Koha-bugs] [Bug 18315] authentication and authorization refactoring

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 29 09:11:56 CEST 2017


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

--- Comment #4 from Francesco Rivetti <oha at oha.it> ---
this is something i forgot to mention before:

I replaced WrapCGI and CGIBin with Koha::Middleware::App 

It pretty much do the same thing as WrapCGI (fork and require the cgi script)
but instead of having the script building the response, it uses a pipe and
serialize the data back to the parent.

It's the first step to move the logic from the scripts to proper functions.

It handles script exit() properly, and should work properly with other forks,
which make it relevant to Bug 15032

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


More information about the Koha-bugs mailing list