Hi everyone,I'm trying to implement OSGI Filter Components, I deployed
this bundle on my local: GitHub -
Adobe-Consulting-Services/acs-aem-samples: AEM Code Samples repository
and I'm testing this example: acs-aem-samples/SampleServletFilter.java
at master · Adobe-Consulting-Services/acs-aem-samples · GitHubBut when I
look for the component in the osgi console I figured out that it has
satisfied status.I also tried to debug, I put a breakpoint inside
doFilter method but nothing happens.I'm testi...