[Koha-bugs] [Bug 32401] x-koha-query cannot contain non-ISO-8859-1 values

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 6 15:22:42 CET 2022


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

--- Comment #6 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Created attachment 144450
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144450&action=edit
Bug 32401: Remove x-koha-query support

HTTP headers can only contain ASCII characters, and it is thus
impractical to use a header for passing DB queries that could contain
non-ascii characters.

We don't need it, and should be removed.

This patch removes traces from the datatables.js files and also from
detail.tt, which had it set to false anyway.

See bug 32406 and bug 32409 for the cases in which it was being used,
and problematic.

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


More information about the Koha-bugs mailing list