You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gary D. Gregory (Jira)" <ji...@apache.org> on 2022/08/08 14:38:00 UTC

[jira] [Commented] (IO-769) FileUtils.copyFileToDirectory can lead to not accessible file when preserving the file date

    [ https://issues.apache.org/jira/browse/IO-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17576818#comment-17576818 ] 

Gary D. Gregory commented on IO-769:
------------------------------------

[~jcarnus] ping?

> FileUtils.copyFileToDirectory can lead to not accessible file when preserving the file date
> -------------------------------------------------------------------------------------------
>
>                 Key: IO-769
>                 URL: https://issues.apache.org/jira/browse/IO-769
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.11.0
>            Reporter: Jérémy Carnus
>            Priority: Major
>
> Hi,
> The current implementation for copyFileToDirectory by default preserve the file. 
> There 2 issues regarding this:
>  * the javadoc mentions this is done by File.setLastModified by in fact this is done by the COPY_ATTRIBUTES options
>  * Under Windows, the COPY_ATTRIBUTES also copies the security attributes (SID and permissions) and can lead to a file not beeing readable after copy (if for example, you copie from a mount under docker or a shared folder)
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)