https://issues.apache.org/bugzilla/show_bug.cgi?id=52931
Bug #: 52931
Summary: When using TLDs for Tag Files and specifying the JSP
version, EL is ignored by default and cannot be
overriden with isELIgnored
Product: Tomcat 7
Version: 7.0.26
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Jasper
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
This is happening because org.apache.jasper.compiler.Compiler calls (in line
157) the method TagLibraryInfo.getRequiredVersion(), that returns the value of
the attribute "jspversion" from the TLD. What should be compared here is the
value of the attribute "tlib-version", but the class TagLibraryInfo doesn't
even has a method to return it.
Note that this error happens only with Tag Files.
--
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]