Hello, When resources are registered via the registerResources of HttpService the specified name is (IIUC) a path within theresources of the caller, i.e. what the caller would get invoking getClass().getResource(name). However the HttpService is a service exposed by another bundle, how can this access the resources in the caller (or know from which bundle it was invoked from)?
Thanks for helping me understand! Reto

