[
https://issues.apache.org/jira/browse/LANG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13690625#comment-13690625
]
Matthew Bartenschlag edited comment on LANG-901 at 6/21/13 7:26 PM:
--------------------------------------------------------------------
Patch, including unit tests, which appears to correct the bug. Please review.
was (Author: mbartenschlag):
Patch, including unit tests, which appear to correct the bug.
> endsWithAny is case sensitive - documented as case insensitive
> --------------------------------------------------------------
>
> Key: LANG-901
> URL: https://issues.apache.org/jira/browse/LANG-901
> Project: Commons Lang
> Issue Type: Bug
> Components: General
> Affects Versions: 3.1
> Reporter: Matthew Bartenschlag
> Assignee: Benedikt Ritter
> Priority: Minor
> Attachments: LANG-901-StringUtils-StartsWithAnyEndsWithAny.patch
>
>
> endsWithAny was added in response to this task:
> https://issues.apache.org/jira/browse/LANG-614
> Documentation says that the method returns "true if the CharSequence starts
> with any of the the prefixes, case insensitive, or both null"
> StringUtils.endsWithAny("MIME/TYPE", "TYPE") true
> StringUtils.endsWithAny("MIME/TYPE", "type") false
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira