Adds XML variable, xml body request processor and @validateSchema

This commit is contained in:
Felipe Zimmerle
2016-05-11 21:40:06 -03:00
parent 35636674e3
commit 6a40752500
19 changed files with 1296 additions and 33 deletions

View File

@@ -74,6 +74,9 @@ class RuleMessage;
namespace actions {
class Action;
}
namespace RequestBodyProcessor {
class XML;
}
namespace operators {
class Operator;
}
@@ -324,6 +327,8 @@ class Transaction {
*/
std::list<std::string> m_matched;
RequestBodyProcessor::XML *m_xml;
private:
std::string *m_ARGScombinedSizeStr;
std::string *m_namesArgs;