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

2023-04-18 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated IO-678:
---
Fix Version/s: 2.12.0
  Environment: 
Merged [https://github.com/apache/commons-io/pull/377, see the PR for 
behavior.|https://github.com/apache/commons-io/pull/377]

COPY_ATTRIBUTES is no longer used by default.

> 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
> Environment: Merged [https://github.com/apache/commons-io/pull/377, 
> see the PR for behavior.|https://github.com/apache/commons-io/pull/377]
> COPY_ATTRIBUTES is no longer used by default.
>Reporter: Jorge
>Priority: Major
> Fix For: 2.9.0, 2.12.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)


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

2021-06-30 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated IO-678:
---
Fix Version/s: (was: 2.11.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
> 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.3.4#803005)


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

2021-06-13 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated IO-678:
---
Fix Version/s: (was: 2.10.0)
   2.10.1

> 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.10.1
>
> 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.3.4#803005)


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

2021-05-26 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated IO-678:
---
Fix Version/s: (was: 2.9.0)
   2.9.1

> 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.1
>
> 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.3.4#803005)


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

2020-09-10 Thread Gary D. Gregory (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated IO-678:
---
Fix Version/s: (was: 2.8.0)
   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.3.4#803005)


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

2020-07-28 Thread Jorge (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge updated IO-678:
-
Attachment: (was: FileUtilsCopyDirectoryToDirectoryTestCase.java)

> 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.8
>
> 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.3.4#803005)


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

2020-07-28 Thread Jorge (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge updated IO-678:
-
Attachment: FileUtilsCopyDirectoryToDirectoryTestCase.java

> 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.8
>
> 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.3.4#803005)


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

2020-07-28 Thread Jorge (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge updated IO-678:
-
Attachment: (was: FileUtilsCopyDirectoryToDirectoryTestCase.java)

> 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.8
>
> 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.3.4#803005)


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

2020-07-28 Thread Jorge (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge updated IO-678:
-
Attachment: FileUtilsCopyDirectoryToDirectoryTestCase.java

> 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.8
>
> 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.3.4#803005)


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

2020-07-28 Thread Jorge (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge updated IO-678:
-
Attachment: FileUtilsCopyDirectoryToDirectoryTestCase.java

> 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.8
>
> 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.3.4#803005)


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

2020-07-28 Thread Jorge (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge updated IO-678:
-
Attachment: (was: FileUtilsCopyDirectoryToDirectoryTestCase.java)

> 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.8
>
> 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.3.4#803005)


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

2020-07-28 Thread Jorge (Jira)


 [ 
https://issues.apache.org/jira/browse/IO-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge updated IO-678:
-
Description: 
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]

 

  was:
I found that permissions (specifically, execute) are not maintained when using 
FileUtils.copyFile. The attached test demonstrates the behavior.

 

Whit 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]

 


> 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.8
>
> 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.3.4#803005)