boris-unckel opened a new pull request #186: URL: https://github.com/apache/commons-io/pull/186
Fixes [https://issues.apache.org/jira/browse/IO-701](https://issues.apache.org/jira/browse/IO-701) Currently PathUtils.setReadOnly do not try to use PosixFileAttributeView if a DosFileAttributeView.setReadOnly call fails. This fix improves the exception handling. Before throwing the exception, a second try with PosixFileAttributeView will be done. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
