[ 
https://issues.apache.org/jira/browse/FILEUPLOAD-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14018571#comment-14018571
 ] 

Kislin Grigory commented on FILEUPLOAD-238:
-------------------------------------------

Found for this case String getString(String encoding).
Sorry, should be closed.

> Default charset hardcoded in FileItem (must be used Charset.defaultCharset())
> -----------------------------------------------------------------------------
>
>                 Key: FILEUPLOAD-238
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-238
>             Project: Commons FileUpload
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Kislin Grigory
>
> It is no way to set charset in form with mixed text and file input and 
> enctype="multipart/form-data". So request ContextType is null and 
> FileItem.getString() used default charset. 
> But default charset taken not from java Charset.defaultCharset() but 
> hardcoded in DiskFileItem.DEFAULT_CHARSET="ISO-8859-1". So use UTF-8 only 
> possible in own toString.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to