You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Leon (JIRA)" <ji...@apache.org> on 2014/01/13 11:04:50 UTC

[jira] [Updated] (OFBIZ-5478) Form pagination failes if total length of search condition is more than about 2~3k bytes

     [ https://issues.apache.org/jira/browse/OFBIZ-5478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leon updated OFBIZ-5478:
------------------------

    Attachment: OFBIZ-5478.patch

> Form pagination failes if total length of search condition is more than about 2~3k bytes
> ----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5478
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5478
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Leon
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-5478.patch
>
>
> Since it uses "GET" method to submit the pagination request, it's restricted by the URL max length limitation.
> The patch attached changes the submit way from GET to "POST" if total length of URL > 2k.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)