DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17185>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17185 webapps with pre-2.4 descriptors may not set isELIgnored=false in page directive Summary: webapps with pre-2.4 descriptors may not set isELIgnored=false in page directive Product: Tomcat 5 Version: Nightly Build Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Jasper2 AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The isELIgnored directive is defaulted to true for webapps deployed with a pre- 2.4 descriptor, per spec, by a couple lines of code in Compiler.java. After that happens, a <%@ page isELIgnored="false" %> directive is encountered in Validator.java, but does not take effect because it thinks the true value was explicitly specified in a jsp-config. The net result is that it's not possible to set isELIgnored to false in a pre-2.4 webapp. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]