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 2009/09/04 23:24:58 UTC

[jira] Resolved: (HTTPCLIENT-874) Override method MultipartEntity.addPart so that applications may use FormBodyPart

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-874.
------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.0

Patch checked in.

Oleg

> Override method MultipartEntity.addPart so that applications may use FormBodyPart
> ---------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-874
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-874
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpMime
>    Affects Versions: 4.0 Final
>            Reporter: Gerald Turner
>            Priority: Trivial
>             Fix For: 4.1.0
>
>         Attachments: AddPart.patch
>
>
> FormBodyPart is similar to Part in HttpClient 3.x in that it couples the form name with the value.  Some applications may find this useful, but cannot really utilize these objects since there is only MultipartEntity.addPart(String name,ContentBody) and FormBodyPart does not have a getContent method:
>   entity.addPart(part.getName(), part.getContent()); // Almost but there is no getContent method
> How about overriding addPart to take a FormBodyPart object:
>   entity.addPart(part);

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