Author: markt
Date: Thu Nov 5 13:36:16 2015
New Revision: 1712766
URL: http://svn.apache.org/viewvc?rev=1712766&view=rev
Log:
Deprecate the STRICT_QUOTE_ESCAPING system property.
Modified:
tomcat/trunk/webapps/docs/config/systemprops.xml
Modified: tomcat/trunk/webapps/docs/config/systemprops.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1712766&r1=1712765&r2=1712766&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Thu Nov 5 13:36:16 2015
@@ -139,9 +139,8 @@
</property>
<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 an unescaped quote will not
- cause an error.</p>
+ <p><strong>Deprecated</strong>. Configures the default setting for the
+ <code>strictQuoteEscaping</code> JSP initialisation paramater.</p>
<p>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]