hi sergey:

public interface X
{ 
    @GET
    @Consumes("text/plain")
    @Path("/select")
    public String getSearchResults(@QueryParam("")String query);
}

when the annotation for QueryParam is empty, the request sent to the server
defaults to binary with key for the URL as bytes=@B[ .....

is this by design ( even when i have media-type defined as text/plain ) ?

the cxf-version i am using is 2.4.0 ( but i have tried it with cxf-2.4.2,..,
cxf-2.5.2 )

any pointers to this would be nice.

regards,
cogitate




--
View this message in context: 
http://cxf.547215.n5.nabble.com/JAX-RS-QueryParam-FormParam-is-empty-tp5709363.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to