[
https://issues.apache.org/jira/browse/MRESOLVER-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17788784#comment-17788784
]
ASF GitHub Bot commented on MRESOLVER-441:
------------------------------------------
cstamas merged PR #376:
URL: https://github.com/apache/maven-resolver/pull/376
> Undo FileUtils changes that altered non-Windows execution path
> --------------------------------------------------------------
>
> Key: MRESOLVER-441
> URL: https://issues.apache.org/jira/browse/MRESOLVER-441
> Project: Maven Resolver
> Issue Type: Bug
> Components: Resolver
> Affects Versions: 1.9.17
> Reporter: Tamas Cservenak
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 2.0.0, 1.9.18
>
>
> 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)