FileTimeValidatorValve
Validates that a file datetime is within the given range.
Properties
Example Configuration
{ "name":"FileTimeValidatorValve", "config":{ "value":"{{request.mydatetime}}", "not_before":"
{{request.beforedatetime}}
", "not_after":"
"
{{request.afterdatetime}}
, "dest":"validated_datetime"
} }
In the example above the values has been provided in the request.
Requirements
Expanded or static values must be in the "2014-12-03T10:15:30.00Z" syntax.