[ 
https://issues.apache.org/activemq/browse/CAMEL-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-915.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

You can do this in Camel 2.0 in the URI by using the # syntax for lookup in the 
registry.
{code}
from(x).to("http://somesever/myapp?headerFilterStrategy=#myStrategy";);
{code}

> Allow easier configuration of a HeaderFilterStrategy using Spring injection 
> or URI for components like camel-http
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-915
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-915
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-http, camel-jetty
>    Affects Versions: 1.5.0
>            Reporter: Michael Murphree
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> It would be nice if users of the camel-http and camel-jetty components could 
> easily configure endpoints to use a custom HeaderFilterStrategy.  This could 
> be done through Spring injection or configuration information in the URI for 
> the route.
> See 
> http://www.nabble.com/Proxying-web-services-tt19498936s22882.html#a19536118

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to