[Occurrence conditions]
* Using intra-mart Web Platform ver.7.2.9 or later versions (Resin 3.1.15)
* Using Resin in intra-mart Accel Platform
* Trying to use more than 10,000 POST data
[Causes]
Restrictions against DoS attacks are imposed on Resin.
[Resin 4.0]
https://www.caucho.com/resin-4.0/changes/resin-4.0.25.xtp
[Resin 3.1]
https://caucho.com/resin-3.1/changes/changes.xtp
servlet: form-parameter-max limit for hash collisions (#4912, rep by georgbuschbeck)
[Workarounds]
* For Accel Platform
Add the setting to WEB-INF/resin-web.xml to change the upper limit.
* For Web Platform
Add the setting to conf/http.xml to change the upper limit.
<web-app> <form-parameter-max>20000</form-parameter-max> ...</web-app>
Please note that <form-parameter-max> cannot be unlimited.
The upper limit of <form-parameter-max> is the upper limit of int in Java (2147483647).
-- Target ------------------------------------------------------------------------
iAP/Accel Platform/All updates
iWP/Web system construction platform/WebPlatform/AppFramework
----------------------------------------------------------------------------------
FAQID:570