Hi all, The sling/servlet-resovler module, which manages resolution of serlvets and scripts to handle requests for resources, also contains a DefaultServlet which partially implements the same functionality as the default servlets in the sling/servlets-default module.
The problem is, that we have somewhat duplicate code and - even worse - might create confusion as some functionality is available even when sling/servlets-default is not installed but some functionality is not. Then we will have to dig, why this is the case. I suggest, we drop the DefaultServlet from the sling/servlet-resolver module entirely and have requests fail, if the DefaultServlet would have been used. WDYT ? Regards Felix
