You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "Marcel Offermans (JIRA)" <ji...@apache.org> on 2014/03/04 18:45:57 UTC

[jira] [Created] (ACE-465) Switch from Filter.match() to Filter.matchCase().

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)