Hi Torgeir, Torgeir Veimo schrieb: > When mounting the sling webdav servlet in os x finder, creating > directories result in them having primaryNodetype set to nt:folder. The > docs indicates that the default type is configured to be sling:Folder, > but I cannot find this setting when looking in the felix console. Do I > need to add this configuration myself?
Functionality to easily configure the node types used is only available with the jcr/webdav bundle as of Rev. 725679 (as per SLING-767). Using a top of trunk build of the module should give you the configuration option in the felix console Configuration page. It has IIRC also only recently been implemented, that the default node type for folders is sling:Folder. So upgrading to a top-of-trunk build should do the trick for you. Regards Felix
