Subtring matching is incorreclty matching against an empty string
-----------------------------------------------------------------

                 Key: FELIX-2473
                 URL: https://issues.apache.org/jira/browse/FELIX-2473
             Project: Felix
          Issue Type: Bug
          Components: Framework, Specification compliance
    Affects Versions: framework-3.0.1
            Reporter: Richard S. Hall
            Priority: Minor
             Fix For: framework-3.2.0


The substring matching, which is part of the SimpleFilter implementation is 
incorrectly matching empty strings. For example, it says "" matches "foo". This 
is happening because it uses empty strings as replacements for "*" when doing 
wildcard matching, thus it gets confused when there really is an empty string.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to