I'm working on a solution that receives an HTTP request containing a URL to a file, which I want to download and store in the JCR.So, I have a servlet that receives the request. It spawns a thread so that I can do the download in the background, and then redirects to a confirmation page. This allows...