[
https://issues.apache.org/jira/browse/CAMEL-12594?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16533593#comment-16533593
]
ASF GitHub Bot commented on CAMEL-12594:
----------------------------------------
GitHub user leonidr opened a pull request:
https://github.com/apache/camel/pull/2409
CAMEL-12594 repro
CAMEL-12594 repro
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/leonidr/camel patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2409.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2409
----
commit 850681be7b9da8aaf80a7ae4e21b83e3bca13911
Author: leonidr <leonidre@...>
Date: 2018-07-05T12:27:50Z
CAMEL-12594 repro
CAMEL-12594 repro
----
> Rest Producer - Query Parameters : Wrong query parameter name is used when
> header substitution is performed
> ------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-12594
> URL: https://issues.apache.org/jira/browse/CAMEL-12594
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.22.0
> Reporter: Leonid Remennik
> Priority: Major
> Labels: rest
> Fix For: 2.22.1, 2.23.0
>
>
> CAMEL-11050
> [https://github.com/apache/camel/commit/35638b280be7ca43031ea4c5d937590f30495e70]
> Introduced a bug in this line
> [https://github.com/apache/camel/blob/6938a4ea6b68e295fae48f52e8e7cb2628f161a3/camel-core/src/main/java/org/apache/camel/component/rest/RestProducer.java#L409]
>
> The fix is (probably) to replace the line with :
> params.put(entry.getKey(), value);
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)