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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] If I have this page: <[EMAIL PROTECTED] contentType="text/html"%> <%--<[EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]