davsclaus commented on PR #25361: URL: https://github.com/apache/camel/pull/25361#issuecomment-5207899109
Good catch on the async continuation path — added \`ProcessorHelper.checkAllowedSchemes(allowedSchemes, recipient)\` after \`prepareRecipient()\` at the async path in \`RoutingSlip.java\`. The surrounding \`catch\` already sets the exception and breaks, so it hard-fails consistently with the sync path. _Claude Code on behalf of davsclaus_ -- 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]
