From b113c6d4d669898a2280f3b36375ddc4de5ac4ef Mon Sep 17 00:00:00 2001 From: markt Date: Thu, 19 May 2011 10:29:11 +0000 Subject: [PATCH] Ordering git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1124672 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/systemprops.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/webapps/docs/config/systemprops.xml b/webapps/docs/config/systemprops.xml index 725ace60d..3167fbbb3 100644 --- a/webapps/docs/config/systemprops.xml +++ b/webapps/docs/config/systemprops.xml @@ -98,6 +98,15 @@
+ +

If true, the requirement to have the object referenced in + jsp:getProperty 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.

+

If not specified, the specification compliant default of + true will be used.

+
+

The name of the variable to use for the expression language expression factory.

@@ -111,15 +120,6 @@ will be used.

- -

If true, the requirement to have the object referenced in - jsp:getProperty 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.

-

If not specified, the specification compliant default of - true will be used.

-
-

If false the requirements for escaping quotes in JSP attributes will be relaxed so that an unescaped quote will not -- 2.11.0