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

Multi-byte characters in default error page aren't printed out correctly.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Other                       |High



------- Additional Comments From [EMAIL PROTECTED]  2004-07-28 05:18 -------
Thanks, Moriyoshi.

Pondering carefully, the root cause is only that response.getReporter() 
method has been invoked before content type and locale setter methods of 
response are called.
Once the response.getReporter() method is invoked, the setLocale() method and 
the setCharacterEncoding() method of the response will process nothing.

Therefore, I think that so far my submitted patches are basically no wrong.
When the response.getReporter() method is invoked after setting content type 
and 
appropriate character encoding into this response, this issue surely will be 
solved.


Regards,

Kan Ogawa

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to