Jason Gerlowski created SOLR-18393:
--------------------------------------
Summary: Deprecate and remove Solr's "default request handler"
concept
Key: SOLR-18393
URL: https://issues.apache.org/jira/browse/SOLR-18393
Project: Solr
Issue Type: Improvement
Reporter: Jason Gerlowski
The earliest versions of Solr included the concept of a "default" request
handler that would be used whenever an explicit one was not provided.
As far as I know, this code is now largely vestigial, and is not easily
reachable via HTTP requests. However the remnants of this concept are still
around complicating our dispatch code. And many tests that submit requests
directly to SolrCore instances are quietly relying on this "default" lookup to
choose "/select".
We should remove this wrinkle from our dispatch code.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]