From 3949328d56fffee6a037fda9d2878c56070e2e53 Mon Sep 17 00:00:00 2001 From: schultz Date: Fri, 21 Jan 2011 18:38:28 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1061960 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/context.xml b/webapps/docs/config/context.xml index e06389469..2dd190cba 100644 --- a/webapps/docs/config/context.xml +++ b/webapps/docs/config/context.xml @@ -431,7 +431,7 @@ 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 true causes Tomcat + Note that any setting other than false causes Tomcat to behave in a way that is not technically spec-compliant. The default is false

-- 2.11.0