https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20582
--- Comment #21 from Julian Maurice <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
