BundleFrameworkConfigurationFactoryImpl breaks LDAP syntax of service Filter
----------------------------------------------------------------------------

                 Key: ARIES-770
                 URL: https://issues.apache.org/jira/browse/ARIES-770
             Project: Aries
          Issue Type: Bug
          Components: Application
    Affects Versions: 0.3
            Reporter: Richard Ellis


The CompositeServiceFilter-Import header represents an OSGi service filter and 
therefore needs to use LDAP syntax. The code in the 
BundleFrameworkConfigurationFactoryImpl loops through the Collection<Filter> 
from the metadata.getDeployedServiceImport() using a "," to separate the Filter 
entries.
This causes InvalidSyntaxExceptions if anyone tries to use the header to create 
the Filter.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to