-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
When using a list as a QueryParam, (@QueryParam List strings),
following url works fine -
?strings=123&strings=456
this works and you get array with 2 values.
but when you pass the value as follows -
?strings=123,456
it gives "123,456" as a single value which is not expected behaviour.
comma separation in values of QueryParam are supported by all the major frameworks.
- relates to
-
RESTEASY-1996 Provide builtin ParamConverter* classes for multi valued params
- Resolved
-
RESTEASY-2170 Provide builtin ParamConverter* classes for multi valued params
- Open