You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2014/02/20 23:17:22 UTC

[jira] [Commented] (HTTPCLIENT-1466) FileBodyPart.generateContentType() method ignores ContentType parameters

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