You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/02/18 23:39:44 UTC

DO NOT REPLY [Bug 17185] New: - webapps with pre-2.4 descriptors may not set isELIgnored=false in page directive

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: tomcat-dev@jakarta.apache.org
        ReportedBy: djw-apache@danwalters.net


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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org