> Guys,
>
> I think it the problem of Windows reaction on "/"(s) in directory path for
> the temp file.
>
> I temporary fixed it inside of StoreContent(...) as:
>
> String tempFileName1 = revisionUri + "-" + revisionNumber;
> String tempFileName = null;
> tempFileName = tempFileName1.replace('/', '.');

Thanks for the tip. I'll apply the patch. Let me know if it helps ...

Remy

Reply via email to