Author: kkolinko
Date: Tue Mar 9 13:21:30 2010
New Revision: 920860
URL: http://svn.apache.org/viewvc?rev=920860&view=rev
Log:
Correct description for STRICT_QUOTE_ESCAPING system property
C-T-R
Modified:
tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml
tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml?rev=920860&r1=920859&r2=920860&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml
(original)
+++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/systemprops.xml Tue Mar
9 13:21:30 2010
@@ -40,7 +40,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>
Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml?rev=920860&r1=920859&r2=920860&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/systemprops.xml Tue Mar 9
13:21:30 2010
@@ -82,7 +82,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>
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=920860&r1=920859&r2=920860&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Tue Mar 9 13:21:30 2010
@@ -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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]