I need to add some logic to post-process Session instances before they are used for resource resolution. At first glance, it seems like what I should do is create an interface in jcr.base and add a ServiceTracker to AbstractSlingRepository. Something like this:

public interface SessionPostProcessor {
  public void postProcess(Session session);
}

WDYT?

Justin

Reply via email to