[
https://issues.apache.org/jira/browse/HTTPCLIENT-293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492404
]
Oleg Kalnichevski commented on HTTPCLIENT-293:
----------------------------------------------
Dolf,
My bad. I overlooked that fact that the reference to MimeUtility was inside a
comment block.
Sebastian,
I believe we can depend on JavaMail, as long as we do not have it in the
repository and do not ship it with the release packages. Since we do not bundle
dependencies with HttpClient anyways, this should not be a problem for us.
Having said all that, I think Commons Codec HttpClient is already dependent
upon provides all the necessary codecs (BASE64 and quote-printable). It is just
a matter of someone taking up this job.
Folks,
Any objections to relaxing the compliance with the spec and applying the patch
submitted by Dolf?
Oleg
> 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
> Affects Versions: 1.0 Alpha
> Environment: Operating System: All
> Platform: All
> Reporter: Eric Dofonsou
> Priority: Minor
> Fix For: 4.0 Final
>
>
> 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]