src/main/java/org/apache/sling/feature/resolver/FrameworkResolver.java (3 lines): - line 236: Requirement req = reqs.iterator().next(); // TODO handle more host requirements - line 237: String bsn = req.getAttributes().get(HostNamespace.HOST_NAMESPACE).toString(); // TODO this is not valid, should obtain from filter - line 242: int idx = getBundleIndex(orderedResources, bsn); // TODO check for filter too src/main/java/org/apache/sling/feature/resolver/impl/BundleResourceImpl.java (1 line): - line 99: // TODO What do we do with the execution environment?