Leon created OFBIZ-5478:
---------------------------
Summary: 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
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)