[
https://issues.apache.org/jira/browse/SLING-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169198#comment-14169198
]
Robert Munteanu commented on SLING-4043:
----------------------------------------
This would be a good opportunity to reuse the code used for reading
.content.xml files when publishing changes, as this is already fixed in
SLING-4041
> 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)