Author: markt
Date: Thu May 19 10:29:11 2011
New Revision: 1124672
URL: http://svn.apache.org/viewvc?rev=1124672&view=rev
Log:
Ordering
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=1124672&r1=1124671&r2=1124672&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/systemprops.xml (original)
+++ tomcat/trunk/webapps/docs/config/systemprops.xml Thu May 19 10:29:11 2011
@@ -98,6 +98,15 @@
<section name="Jasper">
<properties>
+ <property name="org.apache.jasper.compiler. Generator.STRICT_GET_PROPERTY">
+ <p>If <code>true</code>, the requirement to have the object referenced in
+ <code>jsp:getProperty</code> action to be previously "introduced"
+ to the JSP processor, as specified in the chapter JSP.5.3 of JSP 2.0 and
+ later specifications, is enforced.</p>
+ <p>If not specified, the specification compliant default of
+ <code>true</code> will be used.</p>
+ </property>
+
<property name="org.apache.jasper.compiler.
Generator.VAR_EXPRESSIONFACTORY">
<p>The name of the variable to use for the expression language expression
factory.</p>
@@ -111,15 +120,6 @@
will be used.</p>
</property>
- <property name="org.apache.jasper.compiler. Generator.STRICT_GET_PROPERTY">
- <p>If <code>true</code>, the requirement to have the object referenced in
- <code>jsp:getProperty</code> action to be previously "introduced"
- to the JSP processor, as specified in the chapter JSP.5.3 of JSP 2.0 and
- later specifications, is enforced.</p>
- <p>If not specified, the specification compliant default of
- <code>true</code> will be used.</p>
- </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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]