https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36272
Bug ID: 36272
Summary: Exporting too many items from item search to barcode
file gives "Request-URI Too Long"
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Searching
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
To reproduce in KTD:
- Login to the staff client
- Go to "Item search"
- Click on "Search" without adding any limitations
- Change to "Show [All] entries" - this should show about 961 items
- Click on "Select visible rows"
- Click on "Export selected results (961) to" and choose "Barcode file"
- This should result in this error:
Request-URI Too Long
The requested URL's length exceeds the capacity limit for this server.
The URL of the page that shows the error looks like this:
http://localhost:8081/cgi-bin/koha/catalogue/item-export.pl?format=barcodes&itemnumber=513&itemnumber=514&itemnumber=515&itemnumber=574&itemnumber=124&itemnumber=125&itemnumber=126&
etc etc
The solution is probably to do a POST, not a GET?
Similar to bug 32278, but in a different area.
--
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/