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)