From 6992d2016843431b4359e22c36e80b242679df6c Mon Sep 17 00:00:00 2001
From: rjung Set to true if Tomcat should automatically parse
+ multipart/form-data request bodies when HttpServletRequest.getPart*
+ or HttpServletRequest.getParameter* is called, even when the
+ target servlet isn't marked with the @MultipartConfig annotation
+ (See Servlet Specification 3.0, Section 3.2 for details).
+ Note that any setting other than This value represents the delay in seconds between the
invocation of the backgroundProcess method on this context and
@@ -333,6 +344,33 @@
file. Set to false if Tomcat should not read any additional
+ request body data for aborted uploads and instead abort the client
+ connection. This setting is used in the following situations:
+ false causes Tomcat
+ to behave in a way that is not technically spec-compliant.
+ The default is false
+
+ Not reading the additional data will free the request processing thread
+ more quickly. Unfortunately most HTTP clients will not read the response
+ in case they can not write the full request.maxPostSize configured in the connector
+
The default is true, so additional data is being read.
If the value of this flag is true, the bytes output to
+ System.out and System.err by the web application will be redirected to
+ the web application logger. If not specified, the default value
+ of the flag is false.
If the value of this flag is true, the TLD files
XML validation will be namespace-aware. If you turn this flag on,
@@ -434,17 +472,6 @@
is un-deployed.
Set to true if Tomcat should automatically parse
- multipart/form-data request bodies when HttpServletRequest.getPart*
- or HttpServletRequest.getParameter* is called, even when the
- target servlet isn't marked with the @MultipartConfig annotation
- (See Servlet Specification 3.0, Section 3.2 for details).
- Note that any setting other than false causes Tomcat
- to behave in a way that is not technically spec-compliant.
- The default is false
If the value of this flag is true, symlinks will be
allowed inside the web application, pointing to resources outside the
@@ -569,33 +596,6 @@
default value of true will be used.
Set to false if Tomcat should not read any additional - request body data for aborted uploads and instead abort the client - connection. This setting is used in the following situations: -
maxPostSize configured in the connector
- The default is true, so additional data is being read.
If the value of this flag is true, the bytes output to
- System.out and System.err by the web application will be redirected to
- the web application logger. If not specified, the default value
- of the flag is false.
Number of ms that the container will wait for servlets to unload.
If not specified, the default value is 2000 ms.