Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
When used with unequal number of tokens vs parameters the CamelCatalog asEndpointUri can drop extra of the tokens.
For instance if used with rest component and uriTemplate containing template placeholders, expected endpoint URI should be:
"rest:GET:/path:/template/{param}"
but it ends up being:
"rest:GET:/path:/template/{param"
as the number of tokens (:, :/, :/, {, }) is 5, and the number of properties specified (rest, GET, /path, /template/{param}) is 4
Attachments
Issue Links
- links to