Home > Configuration > Rewrite > setrewriteparam_undefaction

setrewriteparam_undefaction

Use this method to set action to perform if the result of policy evaluation is undefined (UNDEF). An UNDEF event indicates an error condition in evaluating the expression.
Available settings function as follows:
* NOREWRITE - Do not modify the message.
* RESET - Reset the connection and notify the user's browser, so that the user can resend the request.
* DROP - Drop the message without sending a response to the user.

Syntax



Parameters

undefaction

Action to perform if the result of policy evaluation is undefined (UNDEF). An UNDEF event indicates an error condition in evaluating the expression. Available settings function as follows: * NOREWRITE - Do not modify the message. * RESET - Reset the connection and notify the user's browser, so that the user can resend the request. * DROP - Drop the message without sending a response to the user.
Default value = "NOREWRITE".

Return Value

Returns simpleResult

See Also