Merge remote-tracking branch 'origin/jetty-9.3.x' into jetty-9.4.x
This commit is contained in:
commit
2326c5f855
|
@ -86,6 +86,7 @@ public class JettyEffectiveWebXml extends JettyRunMojo
|
|||
applyJettyXml ();
|
||||
|
||||
ServerSupport.configureHandlers(server, null);
|
||||
ServerSupport.configureDefaultConfigurationClasses(server);
|
||||
|
||||
//ensure config of the webapp based on settings in plugin
|
||||
configureWebApplication();
|
||||
|
|
Loading…
Reference in New Issue