[
https://issues.apache.org/jira/browse/SLING-3988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14154932#comment-14154932
]
Robert Munteanu commented on SLING-3988:
----------------------------------------
Added a couple of basic tests, one of them ignored since it describes the
current bug and fails.
The root cause seems to be the code in
org.apache.sling.ide.eclipse.ui.nav.model.GenericJcrRootFile.handleJcrRoot
handling the hiding of nodes, but I need to understand why it does things this
way before changing the code.
> 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)