ppkarwasz commented on PR #791:
URL: https://github.com/apache/commons-io/pull/791#issuecomment-3361512130

   Since the issues around `FileUtils.delete` and `PathUtils.setReadOnly` 
turned out to be broader than expected, this PR only contains the minimal 
changes needed to get the existing tests passing.
   
   I’ve opened three follow-up JIRA tickets to track the remaining problems:
   
   * [IO-878(https://issues.apache.org/jira/browse/IO-878): semantic and 
implementation issues in `PathUtils.setReadOnly` that still need clarification.
   * [IO-879](https://issues.apache.org/jira/browse/IO-879): DOS read-only flag 
not being restored when a deletion fails.
   * [IO-880](https://issues.apache.org/jira/browse/IO-880): recursive deletion 
overriding permissions, where `rm -r` semantics would normally fail.
   
   Partial fixes for these are available in the 
[`fix/read-only`](https://github.com/apache/commons-io/tree/fix/read-only) 
branch, but additional work is required.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to