【Occurrence conditions】
*When intra-mart Web Platform ver.7.2.9 or later (Resin 3.1.15) is used
*When Resin is used in intra-mart Accel Platform
*When the use of more than 10,000 POST data is attempted
【Cause】
Against DoS attacks, limit to Resin has been set.
[Resin 4.0]
https://www.caucho.com/resin-4.0/changes/resin-4.0.25.xtp (English)
[Resin 3.1]
https://caucho.com/resin-3.1/changes/changes.xtp (English)
servlet: form-parameter-max limit for hash collisions (#4912, rep by georgbuschbeck)
【Workaround】
* For Accel Platform
Please add a setting to WEB-INF/resin-web.xml and change the upper limit.
* For Web Platform
Please add a setting to conf/http.xml and change the upper limit.
<web-app> <form-parameter-max>20000</form-parameter-max> ...</web-app>
-- Target ------------------------------------------------------------------------
iWP/Web System Construction Platform/WebPlatform/AppFramework
iAP/Accel Platform/All Updates
--------------------------------------------------------------------------------
FAQID:722
Obtaining the POST parameters is limited (up to 10,000 parameters). Is there a handling method?
