You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Uwe Schindler (JIRA)" <ji...@apache.org> on 2015/12/14 22:10:49 UTC

[jira] [Updated] (SOLR-7690) Add a test to assert that request dispatcher functions can be overridden

     [ https://issues.apache.org/jira/browse/SOLR-7690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler updated SOLR-7690:
--------------------------------
    Fix Version/s:     (was: 5.4)
                   5.5

> 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.5, Trunk
>
>         Attachments: SOLR-7690.patch
>
>
> 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org