IcedTea-Web icon indicating copy to clipboard operation
IcedTea-Web copied to clipboard

Set file creation time explicitly when creating a LockableFile in Windows

Open Cdevon2 opened this issue 2 years ago • 0 comments

This bypasses issues with filesystem tunneling in Windows, where the creation time is not changed if a file is deleted and recreated. This can result in lock files becoming stale even if they have been created within the last 2 seconds.

Fixes #916.

Cdevon2 avatar Jul 05 '23 16:07 Cdevon2