Author: kkolinko
Date: Wed Jul 9 14:27:35 2014
New Revision: 1609175
URL: http://svn.apache.org/r1609175
Log:
Allow to configure maxSwallowSize attribute of an HTTP connector via JMX.
This makes sense when configuring a new connector via JMX.
Modified:
tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml?rev=1609175&r1=1609174&r2=1609175&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml
(original)
+++ tomcat/trunk/java/org/apache/catalina/connector/mbeans-descriptors.xml Wed
Jul 9 14:27:35 2014
@@ -106,6 +106,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/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1609175&r1=1609174&r2=1609175&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Jul 9 14:27:35 2014
@@ -145,6 +145,10 @@
<bug>56704</bug>: Add support for OpenSSL syntax for ciphers when
using JSSE SSL connectors. Submitted by Emmanuel Hugonnet. (remm)
</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: [email protected]
For additional commands, e-mail: [email protected]