Robert Munteanu created SLING-4043:
--------------------------------------
Summary: The JCR properties view does not display escaped
properties with escaped values correctly
Key: SLING-4043
URL: https://issues.apache.org/jira/browse/SLING-4043
Project: Sling
Issue Type: Bug
Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.2
Reporter: Robert Munteanu
Fix For: Sling Eclipse IDE 1.0.6
Consider a property serialized as
{noformat}org.apache.sling.commons.log.pattern="\{0,date,yyyy-MM-dd
HH:mm:ss.SSS} {4} [{3}] {5}"{noformat}
The value displayed by the JCR properties view is {noformat}\{0,date,yyyy-MM-dd
HH:mm:ss.SSS} {4} [{3}] {5}{noformat}, while the value displayed when editing
is {noformat}\{0,date,yyyy-MM-dd HH:mm:ss.SSS} {4} [{3}] {5}{noformat}
In fact, both the display and edit modes should work with the unescaped value
{noformat}{0,date,yyyy-MM-dd HH:mm:ss.SSS} {4} [{3}] {5}{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)