Skip to content

Commit 1f5fe21

Browse files
committed
minor fix solr-jetty-context.xml defaultsDescriptor
I accidentally committed a commenting out of the defaultsDescriptor while merging something totally unrelated. This probably had no practical effect, as webdefault.xml is itself just the defaults.
1 parent e64c804 commit 1f5fe21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/server/contexts/solr-jetty-context.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Configure class="org.eclipse.jetty.ee10.webapp.WebAppContext">
44
<Set name="contextPath"><Property name="hostContext" default="/solr"/></Set>
55
<Set name="war"><Property name="jetty.base"/>/solr-webapp/webapp</Set>
6-
<!-- <Set name="defaultsDescriptor"><Property name="jetty.base"/>/etc/webdefault.xml</Set>-->
6+
<Set name="defaultsDescriptor"><Property name="jetty.base"/>/etc/webdefault.xml</Set>
77
<Set name="extractWAR">false</Set>
88

99
<!--

0 commit comments

Comments
 (0)