IcedTea-Web
IcedTea-Web copied to clipboard
Set file creation time explicitly when creating a LockableFile in Windows
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.