-
Feature Request
-
Resolution: Done
-
Major
-
1.2.12.Final
-
None
-
I have resolved this by adding an option to control the multipart size, rather than form encoded size. JSON/XML parsing will also likely want to use the smaller size, so I think it makes sense to allow multipart to be configured separately.
There is only one parameter to set the max POST size limit for both Multipart form and Urlencoded data. In case of allowing big files POSTs, url encoded forms have also unreasonably high limit.
Attached patch make form parameters stop processing after a more ordinary limit. Default value is twice the default tomcat size.