Do not default quickstart
This commit is contained in:
parent
57ce87770a
commit
4c8257d23b
|
@ -46,6 +46,12 @@ public class QuickStartConfiguration extends WebInfConfiguration
|
|||
return WebInfConfiguration.class;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEnabledByDefault()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @see org.eclipse.jetty.webapp.AbstractConfiguration#preConfigure(org.eclipse.jetty.webapp.WebAppContext)
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue