Correct description for STRICT_QUOTE_ESCAPING system property
authorkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Mar 2010 13:21:30 +0000 (13:21 +0000)
committerkkolinko <kkolinko@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 9 Mar 2010 13:21:30 +0000 (13:21 +0000)
C-T-R

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@920860 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/systemprops.xml

index 92d23c4..aa6571a 100644 (file)
@@ -93,7 +93,7 @@
 
     <property name="org.apache.jasper.compiler. Parser.STRICT_QUOTE_ESCAPING">
       <p>If <code>false</code> the requirements for escaping quotes in JSP
-      attributes will be relaxed so that a missing required quote will not
+      attributes will be relaxed so that an unescaped quote will not
       cause an error. If not specified, the specification compliant default of
       <code>true</code> will be used.</p>
     </property>