You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (Jira)" <ji...@apache.org> on 2020/01/10 12:53:00 UTC

[jira] [Resolved] (FELIX-6164) Support escaping to for interpolation syntax

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

Carsten Ziegeler resolved FELIX-6164.
-------------------------------------
    Resolution: Fixed

Implemented in rev 1872592 by implementing a new replacement mechanism
Added some new tests

> Support escaping to for interpolation syntax
> --------------------------------------------
>
>                 Key: FELIX-6164
>                 URL: https://issues.apache.org/jira/browse/FELIX-6164
>             Project: Felix
>          Issue Type: Improvement
>          Components: Configuration Admin
>    Affects Versions: configadmin-interpolation-plugin-0.0.2
>            Reporter: Georg Henzler
>            Assignee: Carsten Ziegeler
>            Priority: Major
>             Fix For: configadmin-interpolation-plugin-0.0.6
>
>
> Although this is an edge case, it should be possible to escape sequences like 
> {code}
> $[env:test]
> {code}
> as is. Suggested syntax is to use a backslash:
> {code}
> \$[env:test]
> {code}



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