Carsten Ziegeler created SLING-11855:
----------------------------------------

             Summary: Conversion of old factory config names to new one is not 
checking for tilde
                 Key: SLING-11855
                 URL: https://issues.apache.org/jira/browse/SLING-11855
             Project: Sling
          Issue Type: Bug
          Components: Content-Package to Feature Model Converter
    Affects Versions: Content-Package to Feature Model Converter 1.3.0
            Reporter: Carsten Ziegeler
             Fix For: Content-Package to Feature Model Converter 1.3.2


The code in 
AbstractConfigurationEntryHandler#extractId converts an old factory 
configuration name into a new one (with a tilde). Unfortunately it only checks 
for a dash but not a tilde, which means in the case of
factory~a-b this is converted to factory~a~b instead of keeping it as 
factory~a-b
 
A similar bug might lurk in other places dealing with factory configurations



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to