You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Philip Luppens (JIRA)" <ji...@apache.org> on 2006/05/24 09:19:16 UTC

[jira] Created: (WW-1326) commons Upload encoding bug

commons Upload encoding bug
---------------------------

         Key: WW-1326
         URL: http://issues.apache.org/struts/browse/WW-1326
     Project: Struts Action 2
        Type: Bug

  Components: Interceptors  
 Environment: jakarta commons-upload, WebWork 2.2.2
    Reporter: Philip Luppens


Quoting from: http://forums.opensymphony.com/thread.jspa?messageID=62160#62160
"When using jakarta commons-upload @ WebWork 2.2.2, we got error character-Encoding.
Our project use UTF-8 charEncoding. And when we upload file with a name contains chinese character( or other field in the same form), we got a "???????".

And i trace it, and found the problem is from this change in 2.2.1 -> 2.2.2
com.opensymphony.webwork.dispatcher.DispatcherUtils:
prepare(HttpServletRequest request, HttpServletResponse response) method:

encoding != null && !MultiPartRequest.isMultiPart(request)"

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


[jira] Updated: (WW-1326) commons Upload encoding bug

Posted by "tm_jee (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1326?page=all ]

tm_jee updated WW-1326:
-----------------------

    Fix Version: 2.0
        Version: WW 2.2.2
      Assign To: tm_jee

> commons Upload encoding bug
> ---------------------------
>
>          Key: WW-1326
>          URL: http://issues.apache.org/struts/browse/WW-1326
>      Project: Struts Action 2
>         Type: Bug

>   Components: Interceptors
>     Versions: WW 2.2.2
>  Environment: jakarta commons-upload, WebWork 2.2.2
>     Reporter: Philip Luppens
>     Assignee: tm_jee
>      Fix For: 2.0

>
> Quoting from: http://forums.opensymphony.com/thread.jspa?messageID=62160#62160
> "When using jakarta commons-upload @ WebWork 2.2.2, we got error character-Encoding.
> Our project use UTF-8 charEncoding. And when we upload file with a name contains chinese character( or other field in the same form), we got a "???????".
> And i trace it, and found the problem is from this change in 2.2.1 -> 2.2.2
> com.opensymphony.webwork.dispatcher.DispatcherUtils:
> prepare(HttpServletRequest request, HttpServletResponse response) method:
> encoding != null && !MultiPartRequest.isMultiPart(request)"

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


[jira] Resolved: (WW-1326) commons Upload encoding bug

Posted by "Don Brown (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/struts/browse/WW-1326?page=all ]
     
Don Brown resolved WW-1326:
---------------------------

    Fix Version:     (was: 2.0.0)
     Resolution: Duplicate

See WW-1324

> commons Upload encoding bug
> ---------------------------
>
>          Key: WW-1326
>          URL: http://issues.apache.org/struts/browse/WW-1326
>      Project: Struts Action 2
>         Type: Bug

>   Components: Interceptors
>     Versions: WW 2.2.2
>  Environment: jakarta commons-upload, WebWork 2.2.2
>     Reporter: Philip Luppens
>     Assignee: tm_jee

>
> Quoting from: http://forums.opensymphony.com/thread.jspa?messageID=62160#62160
> "When using jakarta commons-upload @ WebWork 2.2.2, we got error character-Encoding.
> Our project use UTF-8 charEncoding. And when we upload file with a name contains chinese character( or other field in the same form), we got a "???????".
> And i trace it, and found the problem is from this change in 2.2.1 -> 2.2.2
> com.opensymphony.webwork.dispatcher.DispatcherUtils:
> prepare(HttpServletRequest request, HttpServletResponse response) method:
> encoding != null && !MultiPartRequest.isMultiPart(request)"

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