Author: kkolinko Date: Fri Aug 29 19:16:52 2014 New Revision: 1621366 URL: http://svn.apache.org/r1621366 Log: Mention the attribute name that configures the swallow limit added in 7.0.55.
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1621366&r1=1621365&r2=1621366&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Fri Aug 29 19:16:52 2014 @@ -327,7 +327,8 @@ </fix> <add> Add a new limit, defaulting to 2MB, for the amount of data Tomcat will - swallow for an aborted upload. (markt) + swallow for an aborted upload. The limit is configurable by + <code>maxSwallowSize</code> attribute of an HTTP connector. (markt) </add> <update> Allow to configure <code>maxSwallowSize</code> attribute of an HTTP --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org