[
https://issues.apache.org/jira/browse/JCRVLT-413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17039759#comment-17039759
]
Konrad Windszus commented on JCRVLT-413:
----------------------------------------
I know what default node types are, but in fact the child is created with
nt:folder. Have you tried out the attached package? I guess this is because the
{{FolderArtifactHandler}} is used which calls {{Node.addNode(...)}} with the
explicit node type {{nt:folder}}
(https://github.com/apache/jackrabbit-filevault/blob/6df76ba4a45316a84ec1cd10636296d191a82260/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/FolderArtifactHandler.java#L81)
> Clarify documentation about intermediate/ancestor nodes
> -------------------------------------------------------
>
> Key: JCRVLT-413
> URL: https://issues.apache.org/jira/browse/JCRVLT-413
> Project: Jackrabbit FileVault
> Issue Type: Improvement
> Components: vlt
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 3.4.4
>
> Attachments: test_intermediate-1.0.0 (2).zip
>
>
> The documentation at http://jackrabbit.apache.org/filevault/filter.html
> should be clarified with respect to ancestor nodes.
> All *_uncovered_* ancestor nodes are
> # created with the node type given in the package (in case they are given in
> the package and not yet existing in the repo)
> # created with node type "nt:folder" (in case they are not given in the
> package and not yet existing in the repo)
> # not touched (in case they are already existing in the repo)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)