dsmiley commented on code in PR #3409:
URL: https://github.com/apache/solr/pull/3409#discussion_r2175056426
##########
solr/core/src/java/org/apache/solr/servlet/HttpSolrCall.java:
##########
@@ -454,25 +453,18 @@ protected void
extractHandlerFromURLPath(SolrRequestParsers parser) throws Excep
if (handler == null && path.length() > 1) { // don't match "" or "/" as
valid path
handler = core.getRequestHandler(path);
// no handler yet but <requestDispatcher> allows us to handle /select
with a 'qt' param
Review Comment:
still should remove this comment
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]