← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 718744] [NEW] Export dies in Internet Explorer: parameters exceed maximum URL length

 

Public bug reported:

Hi,

when I try to export a large amount of records, the export dies when
using Internet Explorer. Investigation reveals that the ids of the
records are encoded in the URL (the so called GET method). URLs in
Internet Explorer are limited in size to 2083 characters. Therefore, the
export button leads to an invalid request with truncated data. The
obvious solution is to transfer the data using the POST method.

I will post a quick and dirty patch for 5.0.15, just in order to
illustrate the problem. Note that the problem exists in V6 as well.

Cheers,
Stefan.

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/718744

Title:
  Export dies in Internet Explorer: parameters exceed maximum URL length

Status in OpenERP Web Client:
  New

Bug description:
  Hi,

  when I try to export a large amount of records, the export dies when
  using Internet Explorer. Investigation reveals that the ids of the
  records are encoded in the URL (the so called GET method). URLs in
  Internet Explorer are limited in size to 2083 characters. Therefore,
  the export button leads to an invalid request with truncated data. The
  obvious solution is to transfer the data using the POST method.

  I will post a quick and dirty patch for 5.0.15, just in order to
  illustrate the problem. Note that the problem exists in V6 as well.

  Cheers,
  Stefan.





Follow ups

References