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

MultipartIterator: protected String readLine() uses ISO-8859-1 to encode bytes to 
String

           Summary: MultipartIterator: protected String readLine() uses ISO-
                    8859-1 to encode bytes to String
           Product: Struts
           Version: 1.0.1 Final
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: File Upload
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


As protected String readLine() here is intended to read text information only 
(not binary data) it is a good idea to construct a string using 
request.getCharacterEncoding() instead of ISO-8859-1. Otherwise it's impossible 
to use multipart forms for passing international strings from input fields of 
the form.

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

Reply via email to