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=3726>. 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=3726 Content-Type not settable from a forwarded servlet Summary: Content-Type not settable from a forwarded servlet Product: Tomcat 3 Version: 3.3 Beta 2 Platform: Sun OS/Version: Solaris Status: NEW Severity: Normal Priority: Other Component: Servlet AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When setting the content type in a servlet, that was called through a named RequestDispatcher - meaning that the RequestDispatcher was received by calling getNamedDispatcher() on the ServletContext - the content type of the response stream sent to the client is still of type 'text/plain'.