Can you try with order = -700, // The smaller the number, the earlier in the Filter chain (can go negative);Its worked for me.@SlingFilter(generateComponent = true, generateService = true, order = -700, scope = SlingFilterScope.REQUEST)public class SampleFilter implements Filter { private Logger ...