Skip to content

Commit 9fd8fc3

Browse files
authored
CAMEL-21876 - Undertow Header Filter Strategy: Considering also the in filter (#17476)
Signed-off-by: Andrea Cosentino <[email protected]>
1 parent 4ccb68b commit 9fd8fc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/camel-undertow/src/main/java/org/apache/camel/component/undertow/UndertowHeaderFilterStrategy.java

+1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@ protected void initialize() {
3333
// filter headers begin with "Camel" or "org.apache.camel"
3434
// must ignore case for Http based transports
3535
setOutFilterStartsWith(CAMEL_FILTER_STARTS_WITH);
36+
setInFilterStartsWith(CAMEL_FILTER_STARTS_WITH);
3637
}
3738
}

0 commit comments

Comments
 (0)