[
https://issues.apache.org/jira/browse/HTTPCLIENT-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16187212#comment-16187212
]
ASF subversion and git services commented on HTTPCLIENT-293:
------------------------------------------------------------
Commit b017a1f2b9b8e12f913843f58137962502d343a8 in httpcomponents-client's
branch refs/heads/master from [~sermojohn]
[ https://git-wip-us.apache.org/repos/asf?p=httpcomponents-client.git;h=b017a1f
]
HTTPCLIENT-293 Implemented the percent encoding of the filename parameter of
the Content-Disposition header based on RFC7578 sections 2 and 4.2. In the new
MultipartForm implementation I included a PercentCodec that performs
encoding/decoding to/from the percent encoding as described in RFC7578 and
RFC3986.
> Provide support for non-ASCII charsets in the multipart disposition-content
> header
> ----------------------------------------------------------------------------------
>
> Key: HTTPCLIENT-293
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-293
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient (classic)
> Affects Versions: 1.0 Alpha
> Environment: Operating System: All
> Platform: All
> Reporter: Eric Dofonsou
> Priority: Minor
> Fix For: 4.0 Beta 2
>
>
> Because of the the following line in getAsciiBytes
> data.getBytes("US-ASCII");
> The returned string is modified if has Latin Characters.
> Ex : Document non-controlé -> Document non-control?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]