Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A625B1003B for ; Mon, 21 Oct 2013 19:37:17 +0000 (UTC) Received: (qmail 96500 invoked by uid 500); 21 Oct 2013 19:36:07 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 96230 invoked by uid 500); 21 Oct 2013 19:35:52 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 96170 invoked by uid 99); 21 Oct 2013 19:35:48 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Oct 2013 19:35:48 +0000 Date: Mon, 21 Oct 2013 19:35:48 +0000 (UTC) From: "Henri Yandell (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (LANG-901) endsWithAny is case sensitive - documented as case insensitive MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LANG-901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Yandell updated LANG-901: ------------------------------- Fix Version/s: Review Patch > 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 > Fix For: Review Patch > > 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 was sent by Atlassian JIRA (v6.1#6144)