Summary: | Jasper to compile compile complicated EL expression | ||
---|---|---|---|
Product: | Tomcat 8 | Reporter: | Sergey <serge.pak> |
Component: | EL | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED DUPLICATE | ||
Severity: | regression | ||
Priority: | P2 | ||
Version: | 8.0.3 | ||
Target Milestone: | ---- | ||
Hardware: | PC | ||
OS: | All |
Description
Sergey
2014-02-25 07:24:55 UTC
It is reproducible in 8.0.3, but not in the current trunk. So I think that it was fixed with bug 56179 - r1571242 and r1571245 To reproduce I put the text from Description as examples/test.jsp with s/class="com.MyBean"/class="cal.TableBean"/ In 8.0.3 it fails at compile time with "contains invalid expression(s)". In current trunk it compiles successfully and fails at runtime (trying to access a property that "cal.TableBean" does not have). Closing as duplicate. *** This bug has been marked as a duplicate of bug 56179 *** |