Letractively / crux-framework

Automatically exported from code.google.com/p/crux-framework
0 stars 0 forks source link

Crux REST services error when sending no value to a parameter mapped to a primitive type #474

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Given the following example:

    @Path("all")
    @GET
    public CursorResult<T> getAll(@QueryParam("cursor") String cursor, @QueryParam("pageSize")int pageSize)

if I do not provide any vaue to the parameter pageSize, an error occurs.

Original issue reported on code.google.com by thi...@cruxframework.org on 20 Aug 2014 at 6:17

GoogleCodeExporter commented 9 years ago
Revision r5466

Original comment by thi...@cruxframework.org on 20 Aug 2014 at 6:19

GoogleCodeExporter commented 9 years ago

Original comment by juli...@cruxframework.org on 25 Aug 2014 at 8:52

GoogleCodeExporter commented 9 years ago

Original comment by juli...@cruxframework.org on 26 Aug 2014 at 4:05

GoogleCodeExporter commented 9 years ago

Original comment by alexan...@triggolabs.com on 27 Aug 2014 at 5:21