Hi Bruce, On Wed, Nov 26, 2014 at 8:00 AM, Bruce Edge <[email protected]> wrote: >...I know it's probably not a best practice to create nodes using JcrUtils, >then jump > over to WebDAV to unpack a zip in the new nt:folder node,...
Doing that is absolutely fine, to find out what's wrong I suggest first doing the same thing using curl to create the folder, then create another folder with your JcrUtils code and compare - both should be visible and writeable (ACLs permitting) via WebDAV. You can also use the tidy.infinity.json dumps to see subtle differences like node types. If that doesn't work with curl, show us your curl command and we can hopefully help. -Bertrand
