You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/11/14 23:28:10 UTC

[GitHub] [solr] dsmiley commented on a diff in pull request #1179: SOLR-16158: Remove server jars from solr-core

dsmiley commented on code in PR #1179:
URL: https://github.com/apache/solr/pull/1179#discussion_r1022163298


##########
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:
   What's this about?



-- 
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: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org