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

--- Comment #17 from David Cook <[email protected]> ---
(In reply to Andreas Jonsson from comment #15)
>         # FIXME This is only needed for scripts not using plack
>         my $op = $query->param('op');
>         if ( defined $op && $op =~ m{^cud-} ) {
>             die "Cannot use GET for this request"
>                 if $request_method eq 'GET';
>         }

There's only a couple of scripts that aren't handled by Plack at this point.

And if anyone is running Koha without Plack in general, they should stop,
because I'm pretty sure we only recommend and support Plack-enabled Koha in the
community.

-- 
You are receiving this mail because:
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/

Reply via email to