Kislin Grigory created FILEUPLOAD-238:
-----------------------------------------
Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira