baezzys opened a new pull request, #629: URL: https://github.com/apache/commons-io/pull/629
### Summary This PR addresses issue [IO-783](https://issues.apache.org/jira/browse/IO-783) by removing the NTFS ADS separator (colon) check from the `FilenameUtils.getExtension` method to ensure OS independence. ### Changes - Removed the NTFS ADS separator (colon) validation from the `indexOfExtension` method in `FilenameUtils`. - Updated the `FilenameUtils.getExtension` method to process filenames regardless of the operating system. -- 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]
