[
https://issues.apache.org/jira/browse/FILEUPLOAD-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195033#comment-16195033
]
ASF GitHub Bot commented on FILEUPLOAD-286:
-------------------------------------------
GitHub user maxxedev opened a pull request:
https://github.com/apache/commons-fileupload/pull/10
FILEUPLOAD-286: allow default charset to be overridden.
useful in cases where form-data is utf-8 encoded but
not encoding is not explicitly specified
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maxxedev/commons-fileupload master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-fileupload/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit 6b3ac5aea05876e355ed3a0ecc60ab685b5d2810
Author: maxxedev <[email protected]>
Date: 2017-10-06T18:35:34Z
FILEUPLOAD-286: allow default charset to be overridden.
useful in cases where form-data is utf-8 encoded but
not encoding is not explicitly specified
----
> default charset override
> ------------------------
>
> Key: FILEUPLOAD-286
> URL: https://issues.apache.org/jira/browse/FILEUPLOAD-286
> Project: Commons FileUpload
> Issue Type: Improvement
> Reporter: maxxedev
>
> If charset is not specified, ISO charset is chosen as default.
> Allow that default charset to be overridden.
> useful in cases where form-data is utf-8 encoded but not encoding is not
> explicitly specified
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)