InputParameterExistValidatorValve
Valve to verify the existence of an input parameter.
If the named parameter does not exit, flow will fail ("Invalid request").
Properties
Example Configuration
{
"name": "InputParameterExistValidatorValve",
"enabled": "true",
"config": {
"param_name": "uid"
}
}