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 <dariuscoo...@gmail.com>
wrote:

> 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
> the DefaultHeaderFilterStrategy with our own class?
> https://camel.apache.org/components/2.x/servletlistener.html
>

Reply via email to