Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.20.0
-
Component/s: camel-restlet
-
Labels:None
-
Estimated Complexity: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
-