Bug 19803 - SQL report export can fail HTTP 414 Request-URI Too Large
Summary: SQL report export can fail HTTP 414 Request-URI Too Large
Status: RESOLVED DUPLICATE of bug 18497
Alias: None
Product: Koha
Classification: Unclassified
Component: Tools (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-13 09:02 UTC by Fridolin Somers
Modified: 2018-01-03 13:18 UTC (History)
3 users (show)

See Also:
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 Fridolin Somers 2017-12-13 09:02:54 UTC
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!
Comment 1 Nick Clemens (kidclamp) 2018-01-03 13:18:53 UTC

*** This bug has been marked as a duplicate of bug 18497 ***