[ 
https://issues.apache.org/jira/browse/CAMEL-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-3932.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s: 2.8.0
         Assignee: Claus Ibsen

Lets leave it as is

> 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
>            Assignee: Claus Ibsen
>            Priority: Trivial
>             Fix For: 2.8.0
>
>
> 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

Reply via email to