@coderninja Just update your Service class with following code
@Component( service = Filter.class, immediate = true, name = "Sample Filter for page request", property = { Constants.SERVICE_DESCRIPTION + "=Demo to filter incoming requests", EngineConstants.SLING_FILTER_SCOPE +...