Hi,
Currently if a servlet is registered for a specific resource type, e.g. like
the one from
https://github.com/Adobe-Marketing-Cloud/aem-core-wcm-components/blob/be656c09ea43ea80b37e0727399aa48de3e43c8a/bundles/core/src/main/java/com/adobe/cq/wcm/core/components/internal/servlets/AdaptiveImageServlet.java
it is correctly resolved for a resource with a resource type "componenta"
directly having "core/wcm/components/image" as resource super type. But as soon
as an additional inheritance level comes into play, e.g. "componenta" deriving
from "core/wcm/components/image" and "componentb" deriving from "componenta"
the servlet is no longer being resolved for resources having the resource type
"componentb" (and instead a 404 is returned, because no other servlet/script
for the according selector is registered). Is that a known limitation of the
Servlet Resolver?
Thanks,
Konrad