Tamas Cservenak opened MRESOLVER-441 and commented
FileUtils was plagued by problems (sporadic AccessDeniedEx) when running on Windows, but it worked without problems on other OSes. In MRESOLVER-372 released in 1.9.17 we fixed this by introducing an IF-ELSE construct that does alternate "file copy" thing on Windows, but by mistake we altered the ELSE branch that worked correctly in Resolver since version 1.9.0.
This issue is really about reverting those change changes, and make same code be used on non-Windows OSes as it was done since 1.9.0.
Affects: 1.9.17
Remote Links:
Backported to: 2.0.0-alpha-3, 1.9.18