I created a servlet@Component(service = Servlet.class, property = { Constants.SERVICE_DESCRIPTION + "= Authenticate the page based on tags added on the page.", "sling.servlet.paths=" + "/bin/mysite/authcheck"})public class RequestAuthenticationServlet extends SlingSafeMethodsServlet { ...