Fix bug 41869. TagData.getAttribute() should return TagData.REQUEST_TIME_VALUE when...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 18 Apr 2007 00:32:36 +0000 (00:32 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 18 Apr 2007 00:32:36 +0000 (00:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@529818 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/jasper/compiler/Validator.java
webapps/docs/changelog.xml

index fc1a902..8268952 100644 (file)
@@ -1320,7 +1320,7 @@ class Validator {
                         validateFunctions(el, n);
 
                         result = new Node.JspAttribute(tai, qName, uri,
-                                localName, value, false, el, dynamic);
+                                localName, value, true, el, dynamic);
 
                         ELContextImpl ctx = new ELContextImpl();
                         ctx.setFunctionMapper(getFunctionMapper(el));
index 079b2a2..0af3297 100644 (file)
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Jasper">
+    <changelog>
+      <fix>
+        <bug>41869</bug> TagData.getAttribute() should return
+        TagData.REQUEST_TIME_VALUE when the attribute value is an EL expression.
+        (markt)
+      </fix>
+    </changelog>
+  </subsection>
 </section>
 <section name="Tomcat 6.0.11 (remm)">
   <subsection name="General">