Package io.undertow.servlet.api
Class DefaultServletConfig
- java.lang.Object
-
- io.undertow.servlet.api.DefaultServletConfig
-
@Deprecated public class DefaultServletConfig extends Object
Deprecated.The default servlet config. By default this has quite a restrictive configuration, only allowing extensions in common use in the web to be served. This class is deprecated, the default servlet should be configured via context params.- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description DefaultServletConfig()Deprecated.DefaultServletConfig(boolean defaultAllowed)Deprecated.DefaultServletConfig(boolean defaultAllowed, Set<String> exceptions)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<String>getAllowed()Deprecated.Set<String>getDisallowed()Deprecated.booleanisDefaultAllowed()Deprecated.
-