You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Karl Pauls (JIRA)" <ji...@apache.org> on 2018/03/13 07:48:00 UTC

[jira] [Created] (FELIX-5804) Improve framework lookup for bundle protocol urls

Karl Pauls created FELIX-5804:
---------------------------------

             Summary: Improve framework lookup for bundle protocol urls
                 Key: FELIX-5804
                 URL: https://issues.apache.org/jira/browse/FELIX-5804
             Project: Felix
          Issue Type: Improvement
          Components: Framework
    Affects Versions: framework-5.6.10
            Reporter: Karl Pauls
            Assignee: Karl Pauls
             Fix For: framework-6.0.0


As a long standing issue, we sometimes fail to determine the framework for a given bundle protocol url when the url has been constructed on the outside and we have more than one framework around. This often is a result of toString'ing a given bundle url and trying to recreate it while outside of the framework. 

This corner case can be narrowed by encoding the framework UUID into the url and use that to determine the framework. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)