AW: Changing the Default Header Filter Strategy

2019-09-20 Thread Daniel.Novak
etreff: Re: Changing the Default Header Filter Strategy To clarify my use-case: I want to remove the Authorization header across all my "rest()" routes, by configuring something in a single place. What's the best way to do that? On Thu, Sep 19, 2019 at 8:52 PM Darius Cooper wrote

Re: Changing the Default Header Filter Strategy

2019-09-20 Thread Darius Cooper
To clarify my use-case: I want to remove the Authorization header across all my "rest()" routes, by configuring something in a single place. What's the best way to do that? On Thu, Sep 19, 2019 at 8:52 PM Darius Cooper wrote: > I know I can set the HeaderFilterStrategy for a particular end-poin

Changing the Default Header Filter Strategy

2019-09-19 Thread Darius Cooper
I know I can set the HeaderFilterStrategy for a particular end-point, but... How does one override the DefaultHeaderFilterStrategy with a custom strategy that will apply to all routes? We are using Camel's Servlet Listener. Can we supply something in the configuration (documented here) to replace