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
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
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