Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.