Bogdan Zlatanov created HTTPCLIENT-1466:
-------------------------------------------

             Summary: 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.2, 4.3.1
         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]

Reply via email to