davsclaus opened a new pull request, #25381: URL: https://github.com/apache/camel/pull/25381
## Backport of #25367 Cherry-pick of #25367 onto `camel-4.14.x`. **Original PR:** #25367 - CAMEL-24360: camel-undertow - use UndertowHeaderFilterStrategy as the endpoint default **Original author:** @oscerd **Target branch:** `camel-4.14.x` ### Original description See #25367 for full details. The `UndertowEndpoint` defaulted its `headerFilterStrategy` to the base `HttpHeaderFilterStrategy`, overwriting the `UndertowHeaderFilterStrategy` the binding installs. This made the undertow-specific filtering (websocket.* prefix filtering, HttpString header-name validation) inert on endpoint-configured routes. Conflicts resolved: import conflict (OAuth imports from main not present on 4.14.x), upgrade guide placed in 4.14 guide instead of 4.22. --- _Claude Code on behalf of davsclaus_ Co-Authored-By: Claude Opus 4.6 <[email protected]> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
