Temporary file got override
Hi Fold,
I got an issue with ch.ivyteam.ivy.scripting.objects.File.`ch.ivyteam.ivy.scripting.objects.File`.
When our Ivy application receive a file via SOAP with the same name all the time Ex: Information.html
We create a temporary file
ch.ivyteam.ivy.scripting.objects.File file = new ch.ivyteam.ivy.scripting.objects.File(path,true)
The problem happens is when 2 requests come at the same time, the second temporary file overrode the first one.
Is there any way to avoid it without change file name? or add subfolder (caseId) like IDocumentService in temporary file?