Specifying a QueryParam of type List doesn't result in a 'repeating="true"' attribute in the WADL. Furthermore, if you the type is List or something other than String that is an XML type the WADL still has the type as "xs:string".
I created a pull request to fix both of these issues: javaee/jersey-1.x#8
Affected Versions
[1.18]
Specifying a QueryParam of type List doesn't result in a 'repeating="true"' attribute in the WADL. Furthermore, if you the type is List or something other than String that is an XML type the WADL still has the type as "xs:string".
I created a pull request to fix both of these issues: javaee/jersey-1.x#8
Affected Versions
[1.18]