Bug 40707 - Search engine mappings and indexes should be sent in request body
Summary: Search engine mappings and indexes should be sent in request body
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-26 17:55 UTC by Tomás Cohen Arazi (tcohen)
Modified: 2025-08-26 23:09 UTC (History)
2 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi (tcohen) 2025-08-26 17:55:21 UTC
When saving mappings and indexes a POST is sent with 5000+ query parameters. This can cause issues in reverse proxies or modsecurity default settings.

We should be sending them in the request body anyway.