https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19803
Bug ID: 19803
Summary: SQL report export can fail HTTP 414 Request-URI Too
Large
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Tools
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
After running a saved SQL report, one can download result into a file.
This uses a link with the SQL query as URL argument.
If this query is really big, the download may fail with HTTP 414 "Request-URI
Too Large".
This link should use the report id to retrieve SQL query.
There is a comment asking this in reports/guided_reports.pl :
my $sql = $input->param('sql'); # FIXME: use sql from saved report ID#, not
new user-supplied SQL!
--
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]
http://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/