You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Raymond Augé (Jira)" <ji...@apache.org> on 2021/05/15 14:09:00 UTC

[jira] [Updated] (FELIX-6145) Avoid escaping when no property is involved

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

Raymond Augé updated FELIX-6145:
--------------------------------
    Fix Version/s:     (was: fileinstall-3.7.0)
                   fileinstall-3.7.2

> Avoid escaping when no property is involved
> -------------------------------------------
>
>                 Key: FELIX-6145
>                 URL: https://issues.apache.org/jira/browse/FELIX-6145
>             Project: Felix
>          Issue Type: Improvement
>          Components: File Install
>            Reporter: Mariano Alvaro
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>             Fix For: fileinstall-3.7.2
>
>         Attachments: diffs.txt
>
>
> Due to FELIX-2366 escape character ('\') is removed in order to be able to escape properties. However when what's escaped is something not related to a property, like a literal '\\\\s\{0,2}' the escape character gets also removed.
> For example, in the previous case:
> a=\\\\s\{0,2}
> The same value should be expected for a, but 's\{0,2}' is obtained.



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