RE: SlingServlet paths/resourceType/etc for POST to nonexistent URLs in JCR

2014-11-14 Thread Jason Bailey
Bruce, How you would do this depends in part on what that servlet does that's listening at /var/cars/ If you have all the data that is supposed to be at a particular path then removing that custom servlet and using the built in content creation process detailed at

Re: SlingServlet paths/resourceType/etc for POST to nonexistent URLs in JCR

2014-11-14 Thread Bruce Edge
I went with the servlet option initially because I need to process the posted data file before writing into the JCR. The data consists of a collection of zip files, all of which need to be unpacked prior to adding to the JCR. IOW the JCR should contain the fully expanded data using the same