[
https://issues.apache.org/jira/browse/FELIX-6145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jean-Baptiste Onofré updated FELIX-6145:
----------------------------------------
Fix Version/s: (was: fileinstall-3.7.2)
utils-1.11.10
> 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: Utils
> Reporter: Mariano Alvaro
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: utils-1.11.10
>
> 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)