[
https://issues.apache.org/jira/browse/FELIX-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard S. Hall closed FELIX-114.
---------------------------------
Resolution: Not A Problem
Substring parsing and evaluation has been moved to SimpleFilter.
> Separate LDAP substring parsing and evaluation code
> ---------------------------------------------------
>
> Key: FELIX-114
> URL: https://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.
-
You can reply to this email to add a comment to the issue online.