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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to