risdenk commented on code in PR #1179: URL: https://github.com/apache/solr/pull/1179#discussion_r1023053605
########## solr/server/contexts/solr-jetty-context.xml: ########## @@ -5,4 +5,19 @@ <Set name="war"><Property name="jetty.base"/>/solr-webapp/webapp</Set> <Set name="defaultsDescriptor"><Property name="jetty.base"/>/etc/webdefault.xml</Set> <Set name="extractWAR">false</Set> + <Set name="parentLoaderPriority">true</Set> + <Call name="addServerClassMatcher"> + <Arg> + <New id="removeServerClasses" class="org.eclipse.jetty.webapp.ClassMatcher"> Review Comment: The doc exist here for jetty 10: https://www.eclipse.org/jetty/documentation/jetty-10/old_docs/index.html#jetty-classloading The note for old docs is "The old Jetty documentation refers to old Jetty versions, and it is currently being ported to the current Jetty version." -- 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]
