Shalin Shekhar Mangar created SOLR-7690:
-------------------------------------------
Summary: Add a test to assert that request dispatcher functions
can be overridden
Key: SOLR-7690
URL: https://issues.apache.org/jira/browse/SOLR-7690
Project: Solr
Issue Type: Test
Reporter: Shalin Shekhar Mangar
Priority: Minor
Fix For: 5.3, Trunk
It should be possible for basic functions of the solr request dispatcher to be
overridden e.g.
{code}
protected void execute(SolrQueryResponse rsp)
{code}
and
{code}
protected void sendError(int code, String message) throws IOException {
{code}
In Solr 5.2, SOLR-7484 broke this functionality and was fixed in 5.2.1 by
SOLR-7623. We should add a test which asserts this feature so that it is not
accidentally broken again in future.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]