You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/10/19 12:25:52 UTC

[jira] Commented: (CAMEL-997) Http producer should be smarter to select correct GET or POST method

    [ https://issues.apache.org/activemq/browse/CAMEL-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46570#action_46570 ] 

Claus Ibsen commented on CAMEL-997:
-----------------------------------

See nabble:
http://www.nabble.com/camel-http-instructions-for-Query-string-handling-don%27t-work-td20048788s22882.html

> Http producer should be smarter to select correct GET or POST method 
> ---------------------------------------------------------------------
>
>                 Key: CAMEL-997
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-997
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http
>    Affects Versions: 1.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.5.0
>
>
> The code in HttpProducer should be smarter to select the correct method to use.
> Algorithm:
> 1) if the method is provided in a header
> 2) GET if a querystring is provided in a header
> 3) GET if endpoint is configured with a query string
> 4) POST if there is data to send
> 5) GET fallback to get
> Also the HttpOperationFailedException is missing a message, so you get the error code and description in the stack-trace

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.