Adds support to SecResponseBodyMimeType

This commit is contained in:
Felipe Zimmerle
2015-12-24 11:53:43 -03:00
parent c2d9a153cb
commit decf04d264
7 changed files with 141 additions and 3 deletions

View File

@@ -194,6 +194,7 @@ class Assay {
std::string *m_namesArgsGet;
std::string *m_requestHeadersNames;
std::string *m_responseHeadersNames;
std::string *m_responseContentType;
double m_ARGScombinedSize;
/** TODO: Support to save double in the storage. */
std::string *m_ARGScombinedSizeStr;

View File

@@ -201,6 +201,7 @@ class RulesProperties {
std::string audit_log_path;
std::string audit_log_parts;
std::list<std::string> components;
std::set<std::string> m_responseBodyTypeToBeInspected;
DebugLog *m_debugLog;