Add test cases to suricata-verify for new HTTP sticky buffers: location and server
--- /dev/null
+alert http any any -> any any (flow:to_client; http.location; content: "http://ca.msn.com";sid:1;)
--- /dev/null
+checks:
+ - filter:
+ count: 1
+ match:
+ event_type: alert
+ alert.signature_id: 1
--- /dev/null
+alert http any any -> any any (flow:to_client; http.server; content: "Omniture DC/2.0.0";sid:2;)
--- /dev/null
+checks:
+ - filter:
+ count: 28
+ match:
+ event_type: alert
+ alert.signature_id: 2