I need to process any request that is going for an asset under /content/dam in AEM. Following is the code:@SlingServletFilter(scope = {SlingServletFilterScope.REQUEST},pattern = "/content/dam/.*",resourceTypes={"dam:Asset"},extensions= {"jpg","html","png","csv"},methods = {"GET"}) The above filter i...