Hi,If I want to implement a servlet that doesn't necessarily map to a resource, is it possible to extend HttpServlet, rather than, for example, SlingAllMethodsServlet, but still access the javax.jcr.Session for the currently logged in user?Thanks in advance.