You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andy McCright (Jira)" <ji...@apache.org> on 2020/06/18 02:00:00 UTC

[jira] [Resolved] (CXF-8299) MP Rest Client 2.0: Handle different Query Parameter types

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

Andy McCright resolved CXF-8299.
--------------------------------
    Resolution: Fixed

> MP Rest Client 2.0: Handle different Query Parameter types
> ----------------------------------------------------------
>
>                 Key: CXF-8299
>                 URL: https://issues.apache.org/jira/browse/CXF-8299
>             Project: CXF
>          Issue Type: Sub-task
>          Components: MicroProfile
>            Reporter: Andy McCright
>            Assignee: Andy McCright
>            Priority: Major
>             Fix For: 3.4.0
>
>
> See MP Rest Client Issue [217|[MP Rest Client overlooks Collection handling in params|https://github.com/eclipse/microprofile-rest-client/issues/217]]
>  
> Users would like to configure how the MP Rest Client will format query parameters when multiple values are specified for the same parameter key. Styles include the normal/expanded format like {color:#505f79}foo=v1&foo=v2&foo-v3{color} vs comma-separated like {color:#505f79}foo=v1,v2,v3{color} vs array syntax (which is heavily used in PHP servers) like {color:#505f79}foo[]=v1&foo[]=v2&foo[]=v3{color}.
>  
> CXF already covers the first two cases.  This issue should add array syntax and should update the MP Rest Client implementation to allow users to select between the different styles.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)