davsclaus opened a new pull request, #25087: URL: https://github.com/apache/camel/pull/25087
## Backport of #25084 Cherry-pick of #25084 onto `camel-4.18.x`. **Original PR:** #25084 - CAMEL-24253: Endpoint DSL auto-wraps values with + or % in RAW() **Original author:** @davsclaus **Target branch:** `camel-4.18.x` ### Original description Fixes a regression from 4.14.0 where `+` and `%` characters in Endpoint DSL option values were silently mangled during URI encoding/decoding round-trip. `computeProperties()` now auto-wraps string values containing `+` or `%` in `RAW()` so the URI parser preserves them verbatim. 🤖 Generated with [Claude Code](https://claude.com/claude-code) 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]
