[Koha-bugs] [Bug 20582] Turn Koha into a Mojolicious application

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 31 10:24:28 CET 2018


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

--- Comment #21 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to David Cook from comment #20)
> Jerome and I were chatting in IRC and it seems like $c->req->body might not
> be properly handling multipart/form-data data.
> 
> But could we just take the psgi.input straight from Mojolicious and plug it
> into CGI::Emulate::PSGI's app callback? I don't see why we couldn't do that
> in theory.

I don't think we can, psgi.input is defined only when running in a PSGI
environment (app run by starman for instance) and $c->req->env is an empty
hashref when the app is run by morbo or hypnotoad.

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


More information about the Koha-bugs mailing list