[
https://issues.apache.org/jira/browse/HTTPCLIENT-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13907612#comment-13907612
]
Oleg Kalnichevski commented on HTTPCLIENT-1466:
-----------------------------------------------
What is wrong with using #parse method?
ContentType.parse("application/xml; param=XYZ")
Oleg
> FileBodyPart.generateContentType() method ignores ContentType parameters
> ------------------------------------------------------------------------
>
> Key: HTTPCLIENT-1466
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1466
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpMime
> Affects Versions: 4.3.1, 4.3.2
> Environment: OS X 10.9.1 Mavericks, Apple WebObjects, Project Wonder
> Reporter: Bogdan Zlatanov
>
> When generating the Content-Type header of a body part the
> FileBodyPart.generateContentType() method does not take into account possible
> Content-Type parameters.
> Up to version 4.2.3 I used to add the parameters by appending them to the
> MIME type, e.g. "application/xml; param=XYZ". Since ver. 4.3.1, however, the
> ContentType constructor has an additional check - Args.check(valid(type),
> "MIME type may not contain reserved characters"); - which fails because of
> the semi-colon.
> A proper fix seems not very trivial though, as access to content-type
> parameters could be gained through neither ContentBody, nor
> ContentDescriptor.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]