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=14327>. 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=14327 [PATCH] JSPEngineImpl response charset should be specified with Content-Type. ------- Additional Comments From [EMAIL PROTECTED] 2003-06-07 21:39 ------- I don't know much about this, but I think it depends on whether this thing is being used by the JSPGenerator or by the JSPReader. For the JSPReader, the behaviour from this patch seems more correct. The JSPGenerator on the other hand will parse the generated JSP output always as UTF-8, so it should also be serialized as UTF-8. Maybe the JSPGenerator should be changed to determine the encoding in the same way as the JSPEngineImpl does?