GitHub user ctron opened a pull request:
https://github.com/apache/camel/pull/2237
CAMEL-12287: Allow overriding the endpoint host
This change adds the ability to override the server reported
hostname/IP with the originally provided host/IP when connecting
to the server.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ctron/camel feature/fix_issue_12287_1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2237.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 #2237
----
commit b365e14e852f56e60ad1744908b5bf9f035a0d14
Author: Jens Reimann <jreimann@...>
Date: 2018-02-22T09:30:17Z
CAMEL-12287: Allow overriding the endpoint host
This change adds the ability to override the server reported
hostname/IP with the originally provided IP when connecting
to the server.
----
---