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=29668>. 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=29668 ------- Additional Comments From [EMAIL PROTECTED] 2005-02-09 16:56 ------- I don't believe the correction will operate successfully. After reviewing the source available for download, I still saw the ISO-8859-1 character set hard coded throughout the stream handling routines for multi-part requests. Excerpt from MultiPartValueStream... class MultipartValueStream extends InputStream { public static final String HEADER_ENCODING = "iso-8859-1"; It is used in the read() routine and will generate invalid strings. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
