You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Radek Mensik (JIRA)" <ji...@apache.org> on 2018/02/23 15:37:00 UTC

[jira] [Created] (CAMEL-12289) URISyntaxException in AbstractSpanDecorator

Radek Mensik created CAMEL-12289:
------------------------------------

             Summary: URISyntaxException in AbstractSpanDecorator
                 Key: CAMEL-12289
                 URL: https://issues.apache.org/jira/browse/CAMEL-12289
             Project: Camel
          Issue Type: Bug
          Components: camel-opentracing
    Affects Versions: 2.20.2
            Reporter: Radek Mensik


Fix provided in CAMEL-12098 does not solve whole problem. As there are still curly brackets in URL, it fails  in AbstractDecorator in method pre(...), where is again used URI.createSchema().

I checked and URI.create(endpoint.getEndpointUri()) is also in 2 other decorators, but there is probably not happening that {} are used in path..

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)