Bundle.findEntries() matches '*<filePattern>' instead of '<filePattern>'
------------------------------------------------------------------------

                 Key: FELIX-2107
                 URL: https://issues.apache.org/jira/browse/FELIX-2107
             Project: Felix
          Issue Type: Bug
          Components: Framework
    Affects Versions: felix-2.0.2
            Reporter: Matthias Küspert


If findEntries() is called without wildcards in <filePattern> and the bundle 
contains more than one resource ending with <filePattern> then URLs for all 
those resources are returned instead of the one exact match.

E.g. if the bundle contains the files:
  - WEB-INF/web.xml
  - WEB-INF/1-web.xml
then findEntries("WEB-INF", "web.xml", false) will return 2 URLs instead of 1.


-- 
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