WADL Generator does not show repeating request parameters
---------------------------------------------------------

                 Key: CXF-3490
                 URL: https://issues.apache.org/jira/browse/CXF-3490
             Project: CXF
          Issue Type: Bug
          Components: JAX-RS
    Affects Versions: 2.3.4, 2.4
            Reporter: Sergey Beryozkin
            Assignee: Sergey Beryozkin
            Priority: Minor
             Fix For: 2.4.1, 2.3.5


JAX-RS parameters such as
@QueryParam("id") List<String> list

are ignored by WADL generator, instead it should produce

<param name="a" type="xs:string" repeating="true"/>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to