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

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

Commit 582b28060335c443f971b7fe02bbfc9f3d44bf44 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=582b280 
]

HTTPCLIENT-293 Refactored code in order to support multipart header field 
parameters in the data model and postpone the formatting and encoding of the 
parameters until the moment written into a stream, which is essential in order 
to avoid multiple encodings of the same value.


> 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