https://issues.apache.org/bugzilla/show_bug.cgi?id=52961
Bug #: 52961
Summary: EL expression with square brackets and concat worked
in 7.0.16 but is broken in 7.0.26
Product: Tomcat 7
Version: 7.0.26
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: regression
Priority: P2
Component: Jasper
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Hello,
here is the expression:
"#{msg['project_'.concat(menuManagementItem.toLowerCase())]}"
The whole page breaks due to this expression not evaluating anymore, it always
returns 'project_' as if the right part was not evaluated.
It works fine with Tomcat version 7.0.16, and under Jetty 8, it also used to
work under Tomcat 6 with special settings to use EL 2.2.
After some research it turns out the Tomcat version 7.0.26 is the reason for
this issue.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]