[ http://issues.apache.org/jira/browse/GERONIMO-1479?page=comments#action_12362899 ]
John Sisson commented on GERONIMO-1479: --------------------------------------- This enhancement was added by jgenender: Revision: 358407 Author: jgenender Date: 9:44:54 AM, Thursday, 22 December 2005 Message: Added the maxPostSize and maxSavePostSize parameters ---- Modified : /geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/ConnectorGBean.java Modified : /geronimo/trunk/modules/tomcat/src/java/org/apache/geronimo/tomcat/TomcatWebConnector.java > Add the maxPostSize and maxSavePostSize parameters 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. 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
