Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4CA5510B91 for ; Tue, 4 Mar 2014 17:46:14 +0000 (UTC) Received: (qmail 31055 invoked by uid 500); 4 Mar 2014 17:46:14 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 30707 invoked by uid 500); 4 Mar 2014 17:46:04 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 30123 invoked by uid 99); 4 Mar 2014 17:45:57 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Mar 2014 17:45:57 +0000 Date: Tue, 4 Mar 2014 17:45:57 +0000 (UTC) From: "Marcel Offermans (JIRA)" To: commits@ace.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACE-465) Switch from Filter.match() to Filter.matchCase(). MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Marcel Offermans created ACE-465: ------------------------------------ Summary: Switch from Filter.match() to Filter.matchCase(). Key: ACE-465 URL: https://issues.apache.org/jira/browse/ACE-465 Project: ACE Issue Type: Improvement Components: Client Repository Reporter: Marcel Offermans Assignee: Marcel Offermans Throughout the client codebase a lot of OSGi filter expressions are used (to associate different entities, and to look them up). These are currently all matched based on the match() method in Filter, even though we internally have properties that are case sensitive. Therefore, and because it is quicker, we should switch to matchCase() instead. -- This message was sent by Atlassian JIRA (v6.2#6252)