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

Oleg Kalnichevski resolved HTTPCLIENT-1086.
-------------------------------------------

    Resolution: Fixed

Implemented in SVN trunk.

Oleg

> Use Iterable<? extends UrlEncodedFormEntity> instead of List<? extends 
> UrlEncodedFormEntity> in URLEncodedUtils.format and UrlEncodedFormEntity
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1086
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1086
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>            Reporter: Marc McCloud
>            Priority: Minor
>             Fix For: 4.2 Alpha1
>
>
> UrlEncodedFormEntity requires a List<? extends UrlEncodedFormEntity> to pass 
> it to URLEncodedUtils.format. It would be nice to use Iterable<? extends 
> UrlEncodedFormEntity> to be able to use other collections, e.g. a Set<? 
> extends UrlEncodedFormEntity>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to