[ https://issues.apache.org/jira/browse/CAMEL-11278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16009653#comment-16009653 ]
Claus Ibsen commented on CAMEL-11278: ------------------------------------- Gary, some of the other REST components uses those encoded values in that from endpoint uri, so you need to deal with that, eg that code above. For example as in camel-example-spring-boot-rest-jpa > 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 > Affects Versions: 2.19.0 > Reporter: Claus Ibsen > Assignee: Gary Brown > 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)