dsmiley commented on code in PR #4119: URL: https://github.com/apache/solr/pull/4119#discussion_r2992130272
########## solr/core/src/java/org/apache/solr/servlet/SolrServlet.java: ########## @@ -119,15 +97,13 @@ public void doFilter(HttpServletRequest request, HttpServletResponse response, F For over a decade this class did anything and everything In late 2021 SOLR-15590 moved container startup to CoreContainerProvider In late 2025 SOLR-18040 moved request wrappers to independent ServletFilters - such as PathExclusionFilter see web.xml for a full, up-to-date list - This class is only handling dispatch, please think twice before adding anything else to it. - */ + This class is now basically only passing the request to HttpSolrCall. Review Comment: Reworded this, as I don't think "dispatch" has been an ideal word here ever since HttpSolrCall came into existence to do exactly that. -- 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]
