[
https://issues.apache.org/jira/browse/CXF-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16370061#comment-16370061
]
ASF GitHub Bot commented on CXF-7652:
-------------------------------------
amarkevich opened a new pull request #383: [CXF-7652] UriBuilderImpl:
null-empty differentiation for query/matrix
URL: https://github.com/apache/cxf/pull/383
param
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> UriBuilderImpl: null-empty differentiation for query/matrix param
> -----------------------------------------------------------------
>
> Key: CXF-7652
> URL: https://issues.apache.org/jira/browse/CXF-7652
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Affects Versions: 3.2.2
> Reporter: Alexey Markevich
> Priority: Major
>
> UriBuilder.queryParam("q") -> "?q"
> UriBuilder.queryParam("q", "") -> "?q" ; expected "?q="
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)