Adds support to the variable ARGS_POST

This commit is contained in:
Felipe Zimmerle
2015-07-14 14:26:15 -03:00
parent 228a5ce7cc
commit 85f065363d
2 changed files with 96 additions and 0 deletions

View File

@@ -390,6 +390,7 @@ int Assay::processRequestBody() {
std::vector<std::string> key_value = split(t, sep2);
store_variable("ARGS:" + key_value[0], key_value[1]);
store_variable("ARGS_POST:" + key_value[0], key_value[1]);
this->m_ARGScombinedSize = this->m_ARGScombinedSize + \
key_value[0].length() + key_value[1].length();
this->m_ARGScombinedSizeStr->assign(