I am trying to implement a Sling Servlet Filter which aims to be invoked when I upload any .json file into filtertest folder, following the tutorial on https://sling.apache.org/documentation/the-sling-engine/filters.htmlHere is the annotations and attributes in it:
@SlingServletFilter(scope= {SlingS...