Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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.
Attachments
Issue Links
- breaks
-
CAMEL-12098 URISyntaxException in OpenTracingTracer for endpoints with path parameters
- Resolved