[
https://issues.apache.org/jira/browse/FILEUPLOAD-238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16053289#comment-16053289
]
ASF GitHub Bot commented on FILEUPLOAD-238:
-------------------------------------------
Github user jochenw commented on the issue:
https://github.com/apache/commons-fileupload/pull/7
Bruno, you are a Commons PMC member. Why use a Github pull request, and not
just do a commit?
> 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.4.14#64029)