igiguere commented on code in PR #2876:
URL: https://github.com/apache/solr/pull/2876#discussion_r2027025386
##########
solr/test-framework/src/java/org/apache/solr/embedded/JettySolrRunner.java:
##########
@@ -411,6 +410,7 @@ public void contextInitialized(ServletContextEvent event) {
// Default servlet as a fall-through
root.addServlet(Servlet404.class, "/");
+ chain = root;
}
chain = injectJettyHandlers(chain);
Review Comment:
... and now 'chain' becomes what? With itself injected into itself?
--
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]