Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
2.0.5
-
None
Description
The firewall filter should parse only when it is necessary.
For instance, if the rule is a regex rule then the parse result is not used at all, so parsing should not be done either. Firstly, parsing is expensive and should not be done unless unavoidable and secondly, if the parsing fails the statement will be rejected even though the parse result is not used by the firewall filter.