Andy McCright created CXF-8299:
----------------------------------

             Summary: 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
             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)

Reply via email to