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.