HeaderFilterStrategy

2021-12-06 Thread Rafael Sainz
lterStrat2; } } That I have configured my https endpoint and add to headerFilterStrategy … .to("https://{{cevaldom.status-request}}?throwExceptionOnFailure=false&headerFilterStrategy=#filterStra2";) But the filters still applies and ${headers}" log does not return the expected “d

Re: Camel HeaderFilterStrategy Bean Registration in Spring

2018-07-19 Thread Willem Jiang
etting a HeaderFilterStrategy > class registered as a Bean so it can be found by the Camel Route. My > attempts to annotate the HeaderFilterStrategy custom class seem futile... > so how do I register this thing so it gets found at run time? > > I have a camel application with a r

Camel HeaderFilterStrategy Bean Registration in Spring

2018-07-19 Thread Peck, Sean
I am having difficulty with Spring-Camel getting a HeaderFilterStrategy class registered as a Bean so it can be found by the Camel Route. My attempts to annotate the HeaderFilterStrategy custom class seem futile... so how do I register this thing so it gets found at run time? I have a camel

Re: HeaderFilterStrategy example

2015-06-08 Thread Claus Ibsen
lHttpMethod">GET > headerName="Accept">text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 > headerName="Accept-Language">fr,en-US;q=0.8,en;q=0.6,es;q=0.4 > uri="http://some-nice-remote-api/proc?HeaderFilte

HeaderFilterStrategy example

2015-06-08 Thread fliot33
Hi, I globbaly would like to do this : ${body} GET text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8 fr,en-US;q=0.8,en;q=0.6,es;q=0.4 http://some-nice-remote-api/proc?HeaderFilterStrategy=z.mystrategy.myclass

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
ote: >> >> Sorry for missing that - I am using the Camel 2.0 snapshot. >> >> >> I am not using HTTPComponent at all. I am using the MailComponent, which is >> created by camel. Can I set the HeaderFilterStrategy for the component, or I >> need to create my own in

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
On Tue, Jun 9, 2009 at 3:04 PM, rohitbrai wrote: > > Sorry for missing that - I am using the Camel 2.0 snapshot. > > > I am not using HTTPComponent at all. I am using the MailComponent, which is > created by camel. Can I set the HeaderFilterStrategy for the component, or I >

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread rohitbrai
Sorry for missing that - I am using the Camel 2.0 snapshot. I am not using HTTPComponent at all. I am using the MailComponent, which is created by camel. Can I set the HeaderFilterStrategy for the component, or I need to create my own instance of the component? Currently I am using smtp like

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
ks for all components where you define an endpoint using URI in Camel 2.0. (is in 2.0m1) > > Regards, > Rohit > > > rohitbrai wrote: >> >> How do I use a custom HeaderFilterStrategy on a SMTP endpoint? I saw the >> code and I can see that SMTP component honors th

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
On Tue, Jun 9, 2009 at 2:35 PM, rohitbrai wrote: > > How do I use a custom HeaderFilterStrategy on a SMTP endpoint? I saw the code > and I can see that SMTP component honors the HeaderFilterStrategy. But I am > not able to figure out how do I set it for the endpoint? When Camel cr

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread rohitbrai
Is this applicable to the Mail component also? http://issues.apache.org/activemq/browse/CAMEL-915 "You can do this in Camel 2.0 in the URI by using the # syntax for lookup in the registry." Regards, Rohit rohitbrai wrote: > > How do I use a custom HeaderFilterStrategy on a

How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread rohitbrai
How do I use a custom HeaderFilterStrategy on a SMTP endpoint? I saw the code and I can see that SMTP component honors the HeaderFilterStrategy. But I am not able to figure out how do I set it for the endpoint? Thanks and Regards, Rohit -- View this message in context: http://www.nabble.com