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 2002/10/03 05:23:25 UTC

DO NOT REPLY [Bug 13231] New: - web container not sending back content type if html is in JSP

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=13231>.
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=13231

web container not sending back content type if html <META> is in JSP

           Summary: web container not sending back content type if html
                    <META> is in JSP
           Product: Tomcat 4
           Version: 4.1.12
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Other
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: weejim@ecquaria.com


adding the following meta tag to the JSP 
  <META http-equiv="Content-Type" content="text/html; charset=GB2312">
does not cause internet explorer to auto-select the encoding as gb2312.

putting 
  <%@ page contentType="text/html; charset=gb2312"%>
at the top of the JSP will cause internet explorer to auto-select the encoding 
as gb2312 though.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>