[
https://issues.apache.org/jira/browse/CAMEL-11952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-11952.
---------------------------------
Resolution: Fixed
Assignee: Claus Ibsen
> XSLT options not set when resource URI is http
> ----------------------------------------------
>
> Key: CAMEL-11952
> URL: https://issues.apache.org/jira/browse/CAMEL-11952
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.20.0
> Reporter: Tyler Flaherty
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.20.1, 2.21.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> Options included for an XSLT endpoint URI are not applied if the resource is
> referenced via HTTP.
> In XsltComponent.createEndpoint(), it checks if the resource URI is http
> (XsltComponent:179). If it is, ResourceHelper.appendParameters() is called
> (XsltComponent:180).
> ResourceHelper.appendParameters() adds the parameters to the HTTP URI and
> then clears the parameters list (ResourceHelper:336).
> By the time setProperties() is called on line 207 of XsltComponent, the
> parameters map is empty and nothing gets set.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)