c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08272
[Bug 539694] Re: The URL is too long for the server to handle. Perhaps you can use two separate smaller requests to achieve the same result.
We now use POST requests for all ajax queries so this doesn't happen
anymore.
** Changed in: openobject-client-web
Status: Confirmed => Fix Released
** Changed in: openobject-client-web
Milestone: None => 6.0-rc2
--
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/539694
Title:
The URL is too long for the server to handle. Perhaps you can use two separate smaller requests to achieve the same result.
Status in OpenObject Web Client:
Fix Released
Bug description:
Installation:
2827 web client revno
When you try to do something like that:
Inventory > outgoing products > look for "to invoice" and open some pack, then try to edit a line, erase the product's name and put part of the name for something in your database, then enter > the new popup to search in your inventory give this error:
The URL is too long for the server to handle. Perhaps you can use two separate smaller requests to achieve the same result.
-- All this done behind apache secure!
We count the URI long in bytes:
8257 Bytes.
In this web:
http://httpd.apache.org/docs/1.3/mod/core.html#limitrequestline
You can see that the maximun for default for a request is: 8190 bytes.
Thanks!