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=30144>. 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=30144 res.setContentType in SSIServlet.java line 167 Summary: res.setContentType in SSIServlet.java line 167 Product: Tomcat 5 Version: 5.0.25 Platform: All OS/Version: All Status: NEW Severity: Enhancement Priority: Other Component: Servlets:SSI AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In SSIServlet.java line 167, the code is res.setContentType("text/html;charset=UTF-8"); But in DefaultServlet.java, the content type is found from web.xml, the code is // Find content type. String contentType = getServletContext().getMimeType(resourceInfo.path); I don't know if it's a problem. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]