sets null instead of empty List/Set/SortedSet when value isn't in query string
--
Key: CXF-2986
URL: https://issues.apache.org/jira/browse/CXF-2986
Project: CXF
Issu
[
https://issues.apache.org/jira/browse/CXF-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Cupit updated CXF-2986:
Description:
when using @QueryParam on a collection and the query param is not found in the
request, CXF set
[
https://issues.apache.org/jira/browse/CXF-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brad Cupit updated CXF-2986:
Description:
CXF sets a null collection, rather than an empty one, when the query param
isn't in the request
[
https://issues.apache.org/jira/browse/CXF-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12912484#action_12912484
]
Brad Cupit commented on CXF-2986:
-
excellent! Thanks Sergey!
> sets null instead of empty Li