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

configdefinitions.jdisc.http.filter.security.rule.rule-based-filter.def Maven / Gradle / Ivy

# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=jdisc.http.filter.security.rule

dryrun bool default=false
defaultRule.action enum { ALLOW, BLOCK }
defaultRule.blockResponseCode int default=403
defaultRule.blockResponseMessage string default=""
defaultRule.blockResponseHeaders[].name string
defaultRule.blockResponseHeaders[].value string
rule[].name string
rule[].action enum { ALLOW, BLOCK }
rule[].hostNames[] string
rule[].methods[] enum { GET, POST, PUT, PATCH, DELETE }
rule[].pathExpressions[] string
rule[].blockResponseCode int default=403
rule[].blockResponseMessage string default=""
rule[].blockResponseHeaders[].name string
rule[].blockResponseHeaders[].value string




© 2015 - 2025 Weber Informatics LLC | Privacy Policy