You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/09/08 13:39:00 UTC

[jira] [Resolved] (CAMEL-11624) REST DSL/component method Uppercase

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

Claus Ibsen resolved CAMEL-11624.
---------------------------------
    Resolution: Fixed

> REST DSL/component method Uppercase
> -----------------------------------
>
>                 Key: CAMEL-11624
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11624
>             Project: Camel
>          Issue Type: Bug
>          Components: rest
>    Affects Versions: 2.19.1
>            Reporter: Paolo Lizarazu
>            Assignee: Claus Ibsen
>             Fix For: 2.19.4, 2.20.0
>
>
> when we are using rest component we need to set the method in uppercase otherwise this will return error 405
> bad example : String requestResponse = testProducer.requestBody("rest:get:health?host=$activityHost:$activityPort", null, String.class)
> working example
> String requestResponse = testProducer.requestBody("rest:GET:health?host=$activityHost:$activityPort", null, String.class)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)