FormBodyPart code does not agree with ContentDescriptor Javadoc wrt nullability 
of mimeType and transferEncoding
----------------------------------------------------------------------------------------------------------------

                 Key: HTTPCLIENT-1037
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1037
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpMime
            Reporter: Sebb


The FormBodyPart does not agree with ContentDescriptor Javadoc wrt nullability 
of mimeType and transferEncoding:

The code in FormBodyPart explicitly allows mimeType and transferEncoding to be 
null, in which case the relevant header is not generated.
This is useful behaviour, as the headers are not necessaruly needed.

However the bahaviour disagrees with the Javadoc in the ContentDescriptor 
interface - null is not allowed.
Also, AbstractContentBody does not allow mime-type to be null.

-- 
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]

Reply via email to