[
https://issues.apache.org/jira/browse/CXF-7652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371160#comment-16371160
]
Alexey Markevich commented on CXF-7652:
---------------------------------------
[~coheigea] Done:
https://github.com/apache/cxf/commit/6b7aa4f2ed0fce60dd4fb97d0b7bca1870691422
> 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
> Fix For: 3.1.15, 3.2.3
>
>
> UriBuilder.queryParam("q") -> "?q"
> UriBuilder.queryParam("q", "") -> "?q" ; expected "?q="
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)