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

--- Comment #4 from David Cook <[email protected]> ---
That's an interesting one.

I would say that's a CGI::Compile bug/issue. 

Looking at https://metacpan.org/release/CGI-Compile/source/lib/CGI/Compile.pm,
it's sad that they use File::Temp for the temporary file but not for the
temporary directory. Bizarre.

It looks like you're setting TMPDIR in the Plack middleware, but that's
probably only going to be relevant to the PSGI application rather than the
Plack code around it. 

I'd suggest setting TMPDIR in /etc/koha/plack.psgi. You should be able to call
C4::Context->temporary_directory there.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to