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 Details

    • DefaultServletConfig

      public DefaultServletConfig(boolean defaultAllowed, Set<String> exceptions)
      Deprecated.
    • DefaultServletConfig

      public DefaultServletConfig(boolean defaultAllowed)
      Deprecated.
    • DefaultServletConfig

      public DefaultServletConfig()
      Deprecated.
  • Method Details

    • isDefaultAllowed

      public boolean isDefaultAllowed()
      Deprecated.
    • getAllowed

      public Set<String> getAllowed()
      Deprecated.
    • getDisallowed

      public Set<String> getDisallowed()
      Deprecated.