[Koha-bugs] [Bug 19803] New: SQL report export can fail HTTP 414 Request-URI Too Large

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 13 10:02:54 CET 2017


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: koha-bugs at lists.koha-community.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

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.


More information about the Koha-bugs mailing list