[
https://issues.apache.org/jira/browse/IO-579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16506318#comment-16506318
]
Ohad R commented on IO-579:
---------------------------
is it possible then to add another "isExtension" method, that get an
extra-parameter, which is IOCase, and the caller can decide if he wants to be
case-sensitive or not? other methods will call that method with a default param
which will be IOCase.SENSITIVE
> FilenameUtils.isExtension() is case-sensitive
> ---------------------------------------------
>
> Key: IO-579
> URL: https://issues.apache.org/jira/browse/IO-579
> Project: Commons IO
> Issue Type: Bug
> Components: Utilities
> Affects Versions: 2.6
> Reporter: Ohad R
> Priority: Major
> Labels: easyfix
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> FilenameUtils.isExtension() is case-sensitive.
> All 3 implementations of this method call String.equals() rather than
> equalsIgnoreCase(), so it means that if my extension is "jpg", for example,
> and my filename is something.JPG, the method (any of them) will return
> 'false'.
>
> fix suggestion: should use the method
> [FilenameUtils.eqauls(...)|https://github.com/apache/commons-io/blob/master/src/main/java/org/apache/commons/io/FilenameUtils.java#L1200]
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)