Gary Brown created CAMEL-11276: ---------------------------------- Summary: camel-example-restlet-jdbc example URI uses ( ) rather than { } for path parameters Key: CAMEL-11276 URL: https://issues.apache.org/jira/browse/CAMEL-11276 Project: Camel Issue Type: Bug Reporter: Gary Brown
When testing the camel-example-restlet-jdbc example with OpenTracing, to extract the URI template, I noticed that the endpoint URI used curly braces, however the exchange.getFromEndpoint().getEndpointUri() return just the path but with round brackets for the path parameter: e.g. "/persons/(personId)" instead of "/persons/{personId}" This seems inconsistent. -- This message was sent by Atlassian JIRA (v6.3.15#6346)