[ 
https://issues.apache.org/jira/browse/CXF-2666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Beryozkin resolved CXF-2666.
-----------------------------------

    Resolution: Invalid

> @QueryParam @DefaultValue does not return default value 
> --------------------------------------------------------
>
>                 Key: CXF-2666
>                 URL: https://issues.apache.org/jira/browse/CXF-2666
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 2.2.5, 2.2.6
>         Environment: mac OSX, jdk 1.6
>            Reporter: michael Cheung
>         Attachments: InjectionUtils.java
>
>
> When doing a HTTP GET /getFoo?id= to the resource below, the default value 
> does not override the query parameter.
> @GET
> @Path("/getFoo")
> public Response getFoo(@QueryParam("id") @DefaultValue("-1") String gameId)
>     

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to