Robert Munteanu created SLING-3988:
--------------------------------------
Summary: Content Navigator does not show nodes with escaped names
Key: SLING-3988
URL: https://issues.apache.org/jira/browse/SLING-3988
Project: Sling
Issue Type: Bug
Components: IDE
Affects Versions: Sling Eclipse IDE 1.0.2
Reporter: Robert Munteanu
Assignee: Robert Munteanu
Fix For: Sling Eclipse IDE 1.0.4
Consider the following content structure:
{code}
/content [sling:Folder]
/sling:stuff [nt:unstructured]
{code}
This will get serialized on disk in the following way
{code}
/content/.content.xml
/content/_sling_stuff/.content.xml
{code}
The content navigator will miss the sling:stuff child node and therefore it
will appear as if it is not there.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)