[ 
https://issues.apache.org/jira/browse/SOLR-8315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15015150#comment-15015150
 ] 

ASF subversion and git services commented on SOLR-8315:
-------------------------------------------------------

Commit 1715317 from [~varunthacker] in branch 'dev/trunk'
[ https://svn.apache.org/r1715317 ]

SOLR-8315: Removed default core checks in the dispatch filter since we don't 
have a default core anymore

> Remove default core checks in the dispatch filter
> -------------------------------------------------
>
>                 Key: SOLR-8315
>                 URL: https://issues.apache.org/jira/browse/SOLR-8315
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Varun Thacker
>            Priority: Minor
>         Attachments: SOLR-8315.patch
>
>
> There are two occurrences in {{HttpSolrCall}} that still make checks for a 
> default core.
> {code}
> // try the default core
> if (core == null) {
>     core = cores.getCore("");
> }
> {code}
> Is that needed anymore? I removed them and the tests seems to pass . 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to