[
https://issues.apache.org/jira/browse/HTTPCLIENT-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16179105#comment-16179105
]
Julian Reschke commented on HTTPCLIENT-293:
-------------------------------------------
Trying to clarify:
a) AFAIU, RFC 2231 encoding is not used in multipart payloads.
b) RFC 6532 is irrelevant (being about header fields in email).
c) The current spec about multipart/form-data is RFC 7578
(<https://www.greenbytes.de/tech/webdav/rfc7578.html>) which I already quoted
above (see
<https://www.iana.org/assignments/media-types/media-types.xhtml#multipart>).
> 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]