You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by GitBox <gi...@apache.org> on 2019/08/22 02:03:56 UTC

[GitHub] [cxf] andymc12 commented on a change in pull request #572: CXF-8089: Build Comma Separated Values in url from Array/List Query Param

andymc12 commented on a change in pull request #572: CXF-8089: Build Comma Separated Values in url from Array/List Query Param
URL: https://github.com/apache/cxf/pull/572#discussion_r316468469
 
 

 ##########
 File path: rt/rs/client/src/main/java/org/apache/cxf/jaxrs/client/ClientProxyImpl.java
 ##########
 @@ -119,7 +119,17 @@ public ClientProxyImpl(URI baseURI,
                            boolean isRoot,
                            boolean inheritHeaders,
                            Object... varValues) {
-        this(new LocalClientState(baseURI), loader, cri, isRoot, inheritHeaders, varValues);
+        this(baseURI, loader, cri, isRoot, inheritHeaders, Collections.emptyMap(), varValues);
 
 Review comment:
   It might be better performance to use a constant (or null?) instead of Collections.emptyMap().

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services