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/09/06 14:35:00 UTC

[jira] [Commented] (IO-678) FileUtils.copyFile does not maintain file permissions

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

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

This was fixed in 2.9.0.

> FileUtils.copyFile does not maintain file permissions
> -----------------------------------------------------
>
>                 Key: IO-678
>                 URL: https://issues.apache.org/jira/browse/IO-678
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.7
>            Reporter: Jorge
>            Priority: Major
>             Fix For: 2.9.0
>
>         Attachments: FileUtilsCopyDirectoryToDirectoryTestCase.java
>
>
> I found that permissions (specifically, execute) are not maintained when using FileUtils.copyFile. The attached test demonstrates the behavior.
>  
> With version 2.6 the following permissions are obtained:
> [OTHERS_READ, OWNER_READ, OWNER_WRITE, GROUP_READ, GROUP_WRITE]
>  
> while with version 2.7:
> [OWNER_READ, OWNER_WRITE]
>  



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