mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-15 17:12:14 +03:00
Avoid unvanted content parse (whitespaces between tags)
This commit is contained in:
@@ -54,6 +54,7 @@ class XMLNodes {
|
||||
unsigned long int node_depth;
|
||||
std::string currpath;
|
||||
std::string currval;
|
||||
bool currval_is_set;
|
||||
Transaction *m_transaction;
|
||||
// need to store context - this is the same as in xml_data
|
||||
// need to stop parsing if the number of arguments reached the limit
|
||||
|
||||
Reference in New Issue
Block a user