jeroenbellen opened a new pull request, #8396: URL: https://github.com/apache/camel/pull/8396
The toD optimisation does not work when a path variable contains a space. The HTTP component correctly encodes spaces to %20, but the HttpSendDynamicAware does not follow this logic. This triggers an URISyntaxException because java.net.URI (on line 168) does not accept an unencoded URL. It might be worthwhile to add some logging when an URISyntaxException is handled. Currently, it goes unnoticed. -- 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]
