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

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

There is a newer version: 1.1.0
Show newest version
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 - 2025 Weber Informatics LLC | Privacy Policy