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

David Cook <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from David Cook <[email protected]> ---
(In reply to Magnus Enger from comment #0)
> The solution is probably to do a POST, not a GET? 

In this case, I'd say that's probably the answer.

A little while ago, when working on the CSRF stuff, I think there was a
dogmatic decision to do all "read" actions as GET only, but obviously that's
not practical in cases like this. 

(I mean alternatively a "batch" could be created in the database so that the
GET could just take that batch ID but that has other logistical difficulties.)

I don't know what the community wants to do about cases like this anymore...

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