Separate LDAP substring parsing and evaluation code
---------------------------------------------------

                 Key: FELIX-114
                 URL: http://issues.apache.org/jira/browse/FELIX-114
             Project: Felix
          Issue Type: Improvement
          Components: Framework
            Reporter: Richard S. Hall
            Priority: Minor


The LDAP package has code that is used to parse and evaluate substring 
wildcards (e.g., "foo*bar" matches "foobazbar"). This code has been copied into 
R4Export and FindEntriesEnumeration, both of which need to do substring 
matching. We should perhaps move the functionality to static methods in the 
LDAP package so that it can be used directly without making copies of the code. 
This will simplify applying bug fixes and remove bloat.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to