URI component mismatch - DefaultComponent.createEndpoint(uri) and
DefaultCamelContext.getEndpoint(uri)
---------------------------------------------------------------------------------------------------------
Key: CAMEL-3932
URL: https://issues.apache.org/jira/browse/CAMEL-3932
Project: Camel
Issue Type: Improvement
Reporter: Eric East
Priority: Trivial
The DefaultCamelContext.getEndpoint(String uri) eventually calls:
uri = URISupport.normalizeUri(uri);
This changes the uri: say from tlm:main to tlm://main
The DefaultComponent.createEndpoint(uri) does not do this.
Would it be better to have all underlying methods use the
URISupport.normalizeUri(uri) method?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira