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/07/01 22:54:07 UTC

DO NOT REPLY [Bug 10385] New: - SSI-Servlet produces invalid character encoding information

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

SSI-Servlet produces invalid character encoding information

           Summary: SSI-Servlet produces invalid character encoding
                    information
           Product: Tomcat 4
           Version: 4.0.3 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Servlets:SSI
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: jmontiel@manduca.com


On 2001-11-06 Bug 4674 was submitted

" ... the 'Content-Encoding' header SSI-Servlet generates has always the 
value 'UTF-8'. ... "


It was fixed on 2001-11-12

------- Additional Comments From Amy Roh 2001-11-12 16:36 -------
Fixed. Should be available in the next nightly build.

However, if you check the source code of this servlet on releases 4.03 and 4.04 
the code still shows 

Line 251:  res.setContentType("text/html;charset=UTF-8");

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