You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2021/01/28 09:53:00 UTC

[jira] [Created] (CAMEL-16100) camel-core - Normalizing endpoints (remove the double slash rule)

Claus Ibsen created CAMEL-16100:
-----------------------------------

             Summary: camel-core - Normalizing endpoints (remove the double slash rule)
                 Key: CAMEL-16100
                 URL: https://issues.apache.org/jira/browse/CAMEL-16100
             Project: Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: Future


endpoint such as

seda:foo

become seda://foo when normalized as it aided to match up similar endpoints, such as http:apache.org vs http://apache.org, and file:foo vs file://foo

however the double slash is a bit annoying and today with some better algorithm we can likely remove this rule, and make endpoint as-is.

And have better logic to match that http:apache.org and http://apache.org would be the same etc.

However its rooted for soo long, so lets keep this in the backlog for v4 or some day in v3




--
This message was sent by Atlassian Jira
(v8.3.4#803005)