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 2017/05/14 10:03:04 UTC

[jira] [Commented] (CAMEL-11278) camel-opentracing - Should deal with curly brackets may be encoded

    [ https://issues.apache.org/jira/browse/CAMEL-11278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009652#comment-16009652 ] 

Claus Ibsen commented on CAMEL-11278:
-------------------------------------

For example doing this
{code}
endpointUri = endpointUri.replaceAll("%7B", "{").replaceAll("%7D", "}");
{code}

> camel-opentracing - Should deal with curly brackets may be encoded
> ------------------------------------------------------------------
>
>                 Key: CAMEL-11278
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11278
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-opentracing
>            Reporter: Claus Ibsen
>             Fix For: 2.19.1, 2.20.0
>
>
> Some components may report 
> {code}
> {xxx}
> {code}
>  as 
> {code}
> %7Bxxx%7D
> {code}
> and therefore it should deal with that



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)