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 2004/07/08 11:26:21 UTC

DO NOT REPLY [Bug 29971] New: - Commented out page directive is parsed

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29971>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29971

Commented out page directive is parsed

           Summary: Commented out page directive is parsed
           Product: Tomcat 5
           Version: 5.0.25
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: petr.pisl@sun.com


If I have this page:
<%@page contentType="text/html"%>
<%--<%@page pageEncoding="ISO-8859-2"%>--%>
<html>
    <head><title>JSP Page</title></head>
    <body>
    </body>
</html>

Then the second page directive is parsed as well and the response encoding and
the file encoding is ISO-8859-2. It should be ISO-8859-1.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org