Hi I have written a sling filter and its working fine in capturing that requests but its doing so for all the requests. I want it to become applicable only for a specified path like below:
@Property(name = "pattern", value = "/mynode.json") But still its coming into play for all requests. I am attaching the complete source code of the filter for reference. Please help.
