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: dev@tomcat.apache.org ReportedBy: thiagocdua...@yahoo.com.br 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org