Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
framework-5.6.10
-
None
Description
We should try to capture the context of a bundle: protocol url when it gets created if possible. Right now, we always look-up the context when the connection is opened (or the url gets parsed if security is enabled). That might be to late when the url is created inside a bundle (i.e., it could find its context) but then handed to the outside and opened there (i.e., when we can't find a context anymore).
Granted, [^FELIX-5804] should make that less of an issue but it still might cause problems if the url is not created by the framework (but still inside a bundle) and handed to the outside.