[
https://issues.apache.org/jira/browse/SLING-4043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15958908#comment-15958908
]
Konrad Windszus commented on SLING-4043:
----------------------------------------
The only problem may be that the {{SerializationData}} being created from the
{{VltSerializationDataBuilder}} will always rewrite the full XML file. This
will also get rid of all e.g. XML comments (and in general of everything which
is not part of the {{ResourceProxy}}) and destroys all formatting changes being
applied manually to the XML file.
> 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
> Assignee: Konrad Windszus
> Fix For: Sling Eclipse IDE 1.2.0
>
>
> 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}{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.15#6346)