The rest-dsl is syntax sugar, and passes on the request to the actual
transport, which then does what it care to do.


On Tue, Aug 25, 2015 at 7:10 PM, Sergey Beryozkin <sberyoz...@gmail.com> wrote:
> Hi,
> Experimenting a bit with a camel-example-servlet-rest-tomcat,
> ServletComponent creates a Consumer for RESTComponent, and unless I'm
> missing something, it ignores the consumes and produces initialization
> properties - so
>
> curl -X GET -H "Accept: application/bar"
> http://localhost:8080/camel-example-servlet-rest-tomcat/rest/user/123
>
> still returns JSON instead of HTTP error...
> Don't mind creating a patch but perhaps someone who is more did this
> integration can fix it given that I'm only starting looking at how REST
> component is supported...
>
> Cheers, Sergey



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2nd edition:
https://www.manning.com/books/camel-in-action-second-edition

Reply via email to