}
return false;
}
private MutablePicoContainer createSessionContainer(HttpSession session) {
MutablePicoContainer sessionContainer = new DefaultPicoContainer(new Caching(), new JavaEE5LifecycleStrategy(
new NullComponentMonitor()), this.appContainer);
sessionContainer.addComponent(HttpSession.class, session);
session.setAttribute(CONTAINER_SESSION_KEY, sessionContainer);