Skip to content

Commit

Permalink
Issue #6011 Fix configurations in jetty.xml baked into org.eclipse.je…
Browse files Browse the repository at this point in the history
…tty.osgi.boot

Signed-off-by: Jan Bartel <janb@webtide.com>
  • Loading branch information
janbartel committed Feb 25, 2021
1 parent 0f32e26 commit 2352f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty.xml
Expand Up @@ -78,7 +78,7 @@
<Call class="org.eclipse.jetty.webapp.Configurations" name="setServerDefault">
<Arg><Ref refid="Server"/></Arg>
<Call name="add">
<Arg>
<Arg name="configClass">
<Array type="String">
<Item>org.eclipse.jetty.webapp.FragmentConfiguration</Item>
<Item>org.eclipse.jetty.webapp.JettyWebXmlConfiguration</Item>
Expand Down

0 comments on commit 2352f17

Please sign in to comment.