You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/11/06 09:13:31 UTC

svn commit: r1712912 - in /tomcat/trunk: conf/web.xml webapps/docs/jasper-howto.xml

Author: markt
Date: Fri Nov  6 08:13:29 2015
New Revision: 1712912

URL: http://svn.apache.org/viewvc?rev=1712912&view=rev
Log:
Document the new quoteAttributeEL option.

Modified:
    tomcat/trunk/conf/web.xml
    tomcat/trunk/webapps/docs/jasper-howto.xml

Modified: tomcat/trunk/conf/web.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/web.xml?rev=1712912&r1=1712911&r2=1712912&view=diff
==============================================================================
--- tomcat/trunk/conf/web.xml (original)
+++ tomcat/trunk/conf/web.xml Fri Nov  6 08:13:29 2015
@@ -246,6 +246,11 @@
   <!--                       attribute values, should the rules in JSP.1.6  -->
   <!--                       for the escaping of quote characters be        -->
   <!--                       strictly applied? [true]                       -->
+  <!--                                                                      -->
+  <!--   quoteAttributeEL    When EL is used in JSP attribute values should -->
+  <!--                       the rules for quoting of attributes described  -->
+  <!--                       in JSP.1.6 be applied to the expression?       -->
+  <!--                       [false]                                        -->  
 
     <servlet>
         <servlet-name>jsp</servlet-name>

Modified: tomcat/trunk/webapps/docs/jasper-howto.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=1712912&r1=1712911&r2=1712912&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/jasper-howto.xml (original)
+++ tomcat/trunk/webapps/docs/jasper-howto.xml Fri Nov  6 08:13:29 2015
@@ -202,8 +202,13 @@ default <code>false</code>.</li>
 for attribute values, should the rules in JSP.1.6 for the escaping of quote
 characters be strictly applied? <code>true</code> or <code>false</code>, default
 <code>true</code>.</li>
-</ul>
 
+<li><strong>quoteAttributeEL</strong> - When EL is used in JSP attribute values,
+should the rules for quoting of attributes described in JSP.1.6 be applied to
+the expression? <code>true</code> or <code>false</code>, default
+<code>true</code>.</li>
+</ul>
+  
 <p>The Java compiler from Eclipse JDT in included as the default compiler. It is
 an advanced Java compiler which will load all dependencies from the Tomcat class
 loader, which will help tremendously when compiling on large installations with



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org