All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.micro.base.UnstableAccessValidationConfig.scala Maven / Gradle / Ivy

package skinny.micro.base

/**
 * Configures to activate unstable access validation or not.
 */
trait UnstableAccessValidationConfig {

  /**
   * Enables unstable access validation.
   */
  protected def unstableAccessValidationEnabled: Boolean = true

  /**
   * Enables mostly stable Servlet HttpSession implementation instead.
   */
  protected def useMostlyStableHttpSession: Boolean = false

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy