https://bz.apache.org/bugzilla/show_bug.cgi?id=68890

            Bug ID: 68890
           Summary: Several JSPs in the manage application have
                    contradicting encoding
           Product: Tomcat 11
           Version: 11.0.0-M18
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Manager
          Assignee: dev@tomcat.apache.org
          Reporter: micha...@apache.org
  Target Milestone: -------

This also applies to other versions of Tomcat.
List the JSP files:
osipovmi@deblndw011x:~/var/Projekte/tomcat (main *=)
$ find webapps/manager -name \*.jsp
webapps/manager/WEB-INF/jsp/401.jsp
webapps/manager/WEB-INF/jsp/403.jsp
webapps/manager/WEB-INF/jsp/404.jsp
webapps/manager/WEB-INF/jsp/sessionDetail.jsp
webapps/manager/WEB-INF/jsp/sessionsList.jsp
webapps/manager/WEB-INF/jsp/connectorCerts.jsp
webapps/manager/WEB-INF/jsp/connectorCiphers.jsp
webapps/manager/WEB-INF/jsp/connectorTrustedCerts.jsp
webapps/manager/index.jsp

and open them. Many have the XML prolog set "<?xml version="1.0"
encoding="UTF-8"?>", but set the output encoding to
 <%@page session="false" contentType="text/html; charset=ISO-8859-1" %>
 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>

This is weird and it should be consistently one encoding, the prolog and those
JSP/HTML tags.

-- 
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

Reply via email to