Hi

Sling filters are always called. There is no pattern filtering. If you want a 
filter to only do work on certain requests, the filter should to that itself.

Regards
Felix

Am 06.05.2013 um 08:29 schrieb connuser1 connuser1:

> 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.
> 
> 

Reply via email to