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

ASF subversion and git services commented on HTTPCLIENT-293:
------------------------------------------------------------

Commit 278e47d277568045ab8ff3c42677c791f0227d03 in httpcomponents-client's 
branch refs/heads/4.6.x from [~sermojohn]
[ https://git-wip-us.apache.org/repos/asf?p=httpcomponents-client.git;h=278e47d 
]

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.

Closes #85


> 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: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to