[
https://issues.apache.org/jira/browse/FELIX-6145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mariano Alvaro updated FELIX-6145:
----------------------------------
Description:
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.
was:
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.
> Avoid escaping when no property is involved
> -------------------------------------------
>
> Key: FELIX-6145
> URL: https://issues.apache.org/jira/browse/FELIX-6145
> Project: Felix
> Issue Type: Bug
> Reporter: Mariano Alvaro
> Priority: Major
>
> 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
(v7.6.3#76005)