You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Daniel Gredler (JIRA)" <de...@tapestry.apache.org> on 2007/09/29 08:08:50 UTC

[jira] Assigned: (TAPESTRY-1723) tapestry-upload does not use character encoding

     [ https://issues.apache.org/jira/browse/TAPESTRY-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Gredler reassigned TAPESTRY-1723:
----------------------------------------

    Assignee: Daniel Gredler

> tapestry-upload does not use character encoding
> -----------------------------------------------
>
>                 Key: TAPESTRY-1723
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1723
>             Project: Tapestry
>          Issue Type: Bug
>          Components: tapestry-upload
>    Affects Versions: 5.0.5
>            Reporter: Christian Köberl
>            Assignee: Daniel Gredler
>         Attachments: fileupload_encoding_20070827.patch
>
>
> tapestry-upload ignores the character encoding set in the request and falls back to default character encoding. 
> The problem is that when extracting the parameter values the FileItem#getString() instead of FileItem#getString(String encoding) is used. The same problem is described and solved in JBoss Portal CMS:
> See also: http://jira.jboss.com/jira/browse/JBPORTAL-1550
> The getString method should be called with the encoding of the request: 
> item.getString(request.getCharacterEncoding());

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org