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

Reply via email to