multipart forms cannot handle multibyte characters 
---------------------------------------------------

         Key: BEEHIVE-803
         URL: http://issues.apache.org/jira/browse/BEEHIVE-803
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
 Environment: Windows XP
Firefox 1.0.4
Tomcat 5.0.28
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: TBD


Repro:
    - Hit the attached page flow: /miniTests/upload/Controller.jpf
    - In the single input field, paste in a multibyte character, like this one: 
  お

On the results page, you should see the same character, but you end up with a 
corrupted string (garbage characters).  This happens with any multipart form 
(enctype="multipart/form-data"), as long as no character encoding is set 
(enctype="multipart/form; charset=utf-8").

This is actually a Struts issue: 
http://issues.apache.org/bugzilla/show_bug.cgi?id=29668 , but we can add a 
workaround in our code to prevent it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to