2 Home
gitea_admin edited this page 2026-03-11 14:43:53 +00:00

Accept All Header Filter Strategy

This strategy is used for accepting all headers.The intention is for use with development and troubleshooting where you want Camel to keep all headers

  • when sending and receiving using components that uses HeaderFilterStrategy

Metadata

Property Value
Interface Type org.apache.camel.spi.HeaderFilterStrategy
Version 4.10.2

Maven Dependency

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-support</artifactId>
    <version>4.10.2</version>
</dependency>