Description
The ResourceProvider interface contains currently this method:
Resource getResource(ResourceResolver resourceResolver,
HttpServletRequest request, String path);
which is not used at all
I think we should either use it in the implementation, or deprecate it
Looking at how our resource resolution currently works, deprecating looks like the better option