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));
</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">