Description
In SOLR-7484, the request dispatcher was refactored in a way that made it impossible to override basic functions. In particular we need to be able to override:
protected void execute(SolrQueryResponse rsp)
and
protected void sendError(int code, String message) throws IOException {