super.init(servletConfig);
HttpSupport httpSupport = new HttpSupport(_bundleContext, this);
_filterTracker = new ServiceTracker<Filter, Filter>(
_bundleContext, Filter.class, new FilterTracker(httpSupport));
_filterTracker.open();
HttpServiceFactory httpServiceFactory = new HttpServiceFactory(
httpSupport);