Author: kkolinko Date: Wed Jul 9 14:32:34 2014 New Revision: 1609176 URL: http://svn.apache.org/r1609176 Log: Allow to configure maxSwallowSize attribute of an HTTP connector via JMX. This makes sense when configuring a new connector via JMX.
Merged r1609175 from tomcat/trunk. Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1609175 Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml?rev=1609176&r1=1609175&r2=1609176&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml (original) +++ tomcat/tc7.0.x/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Wed Jul 9 14:32:34 2014 @@ -97,6 +97,10 @@ description="Maximum size of a POST which will be saved by the container during authentication" type="int"/> + <attribute name="maxSwallowSize" + description="The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload" + type="int"/> + <!-- Common --> <attribute name="maxThreads" description="The maximum number of request processing threads to be created" 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=1609176&r1=1609175&r2=1609176&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original) +++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Jul 9 14:32:34 2014 @@ -204,6 +204,10 @@ Add a new limit, defaulting to 2MB, for the amount of data Tomcat will swallow for an aborted upload. (markt) </add> + <update> + Allow to configure <code>maxSwallowSize</code> attribute of an HTTP + connector via JMX. (kkolinko) + </update> </changelog> </subsection> <subsection name="Jasper"> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org