On 21.02.2013, at 17:34, Shashank Gupta <[email protected]> wrote: > Wrt to implementation of chunked upload feature SLING-2707[0] and [1], it > require to hit chunkupload servlet (registered on selector "chunk") for a non > existing resource. So when I post request as [2], servlet resolves to > default slingpostservlet[3]. > Is there a way to resolve servlet to chunkuploadservlet?
That's actually another good reason to not use the "chunk" selector here, but integrate the resumable upload with the sling post servlet right away as proposed in the issue: https://issues.apache.org/jira/browse/SLING-2707?focusedCommentId=13580754&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13580754 Cheers, Alex
