Squashed commit of the following:
commit
d2ff026b81050ec472acd1fdb29369a5e4fc23e0
Author: cljudge <cljudge@cisco.com>
Date: Thu Jul 29 10:31:26 2021 -0400
http_inspect: Change the default value of request_body_app_detection config parameter to true.
"specifies the xff type headers to parse and consider in the same order "
"of preference as defined" },
- { "request_body_app_detection", Parameter::PT_BOOL, nullptr, "false",
+ { "request_body_app_detection", Parameter::PT_BOOL, nullptr, "true",
"make HTTP/2 request message bodies available for application detection "
"(detection requires AppId)" },
bool decompress_zip = false;
bool script_detection = false;
snort::LiteralSearch::Handle* script_detection_handle = nullptr;
- bool publish_request_body = false;
+ bool publish_request_body = true;
struct JsNormParam
{