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

unicode text fields in "multipart/form-data" form are sent inncorrect

           Summary: unicode text fields in "multipart/form-data" form are
                    sent inncorrect
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: File Upload
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I use <input type="text"> and <input type="file"> in one form. Then I input
unicode text into the text box. after the submit the string that is arrived to
ActionForm is incorrect (string is corrupt). Its looks like you fill String with
bytes and did't specify encoding.

for simple forms (enctype != "multipart/form-data") everything is ok.

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

Reply via email to