Skip to content

Make the BooleanExpressionBuilder to fail when 'contains' operator has no left-hand operand

François Grisez requested to merge hotfix/filter_parser into release/2.0

For instance, from.uri.domain ! contains '1.2.3.4' filter expression could be parsed but was crashing on first SIP message processing.

Merge request reports