[
https://issues.apache.org/jira/browse/CAMEL-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14502421#comment-14502421
]
ASF GitHub Bot commented on CAMEL-8672:
---------------------------------------
GitHub user oscerd opened a pull request:
https://github.com/apache/camel/pull/499
Fix CAMEL-8672 Restlet Rest Component properties are ignored
Hi everyone,
This PR is related to:
https://issues.apache.org/jira/browse/CAMEL-8672
Thanks,
Bye.
Andrea
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/oscerd/camel update-restlet-component
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/499.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 #499
----
commit 9f8d32bae506440ea59db114f1065e180583400b
Author: ancosen <[email protected]>
Date: 2015-04-20T06:38:29Z
Fix CAMEL-8672 Restlet Rest Component properties are ignored
----
> Restlet Rest Component properties are ignored
> ---------------------------------------------
>
> Key: CAMEL-8672
> URL: https://issues.apache.org/jira/browse/CAMEL-8672
> Project: Camel
> Issue Type: Bug
> Components: camel-restlet, rest
> Affects Versions: 2.15.1
> Reporter: Anton Koscejev
> Fix For: 2.15.2, 2.16.0
>
>
> Rest properties for RestletComponent are not picked up by the component
> because it's incorrectly looking for "restle" properties instead of "restlet".
> {code}
> // configure component options
> RestConfiguration config = getCamelContext().getRestConfiguration();
> if (config != null && (config.getComponent() == null ||
> config.getComponent().equals("restle"))) {
> // configure additional options on spark configuration
> if (config.getComponentProperties() != null &&
> !config.getComponentProperties().isEmpty()) {
> setProperties(this, config.getComponentProperties());
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)