[ http://issues.apache.org/jira/browse/GERONIMO-1479?page=all ] John Sisson closed GERONIMO-1479: ---------------------------------
> Add the maxPostSize and maxSavePostSize attributes to the Tomcat > ConnectorGBean > ------------------------------------------------------------------------------- > > Key: GERONIMO-1479 > URL: http://issues.apache.org/jira/browse/GERONIMO-1479 > Project: Geronimo > Type: Improvement > Components: Tomcat > Versions: 1.0 > Reporter: John Sisson > Assignee: John Sisson > Priority: Minor > Fix For: 1.1 > > Previously the maximum sizes of HTTP Posts where limited by the defaults in > Tomcat. > This improvement allows you to: > 1. specify the maximum size of a POST which will be automatically parsed by > the container in the maxPostSize attribute on the Tomcat connector GBeans. > If not specified a default of 2MB is used. > 2. specify the maximum size of a POST which will be saved by the container > during authentication in the maxSavePostSize attribute on the Tomcat > connector GBeans. If not specified a default of 4kB is used. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
