Hi all,I have a servlet that I am trying to register at the /feed path. It will be a servlet that takes GET requests and returns out some data. My servlet has this path at the top when registering it. @SlingServlet(paths = "/feed", methods = "GET", metatype = true)I also went into the Apache Sling S...