Hello,

I have a component implementing ContainerRequestFilter to intercept REST
calls and another component implements servlet.Filter. Both have PROTOTYPE
scope, my understanding is that these filter are instantiated and activated
for each web request but yesterday when i put some breakpoints in
the @activate method, i did not see them get called when a web request
arrives. Did I miss something? If they are not init/activate per request
why are they recomeded to be prototype?

Thai Le
_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to