Re: Temporary Files in Sling (Re: [jira] [Commented] (SLING-2215) DavEx servlet creates a jackrabbit/tmp directory)

2012-01-24 Thread Bertrand Delacretaz
On Mon, Jan 23, 2012 at 3:47 PM, Justin Edelson wrote: > ...This just seems like another thing to configure. We should just use > java.io.tmpdir to store temporary files... I was going to say that: what's wrong with File.createTempFile() ? -Bertrand

Re: Temporary Files in Sling (Re: [jira] [Commented] (SLING-2215) DavEx servlet creates a jackrabbit/tmp directory)

2012-01-23 Thread Justin Edelson
Hi, This just seems like another thing to configure. We should just use java.io.tmpdir to store temporary files. Justin On Mon, Jan 23, 2012 at 3:56 AM, Felix Meschberger wrote: > Hi, > > While I am basically ok to use the Jackrabbit Defaults, another old > discussion pops up again: Generic te

Temporary Files in Sling (Re: [jira] [Commented] (SLING-2215) DavEx servlet creates a jackrabbit/tmp directory)

2012-01-23 Thread Felix Meschberger
Hi, While I am basically ok to use the Jackrabbit Defaults, another old discussion pops up again: Generic temporary file handling in Sling. We currently have a number of places, where temporary files are created and used. For example the Commons FileUpload library in the Engine or the Jackrabb