Description
For a project we exceeded the default maxPostSize of the Tomcat's connector and could not submit our form data. To fix this we just added the parameter maxPostSize to the tomcat maven plugin and it run as expected.
With the attached patch it will be possible to set the maxPostSize within the tomcat-maven-plugin configuration.
I used the git trunk (2.3-SNAPSHOT) for the feature implementation.