We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2000f4c commit 0bf6020Copy full SHA for 0bf6020
src/request_body_processor/xml.cc
@@ -184,6 +184,7 @@ bool XML::init() {
184
m_data.xml_parser_state = std::make_unique<XMLNodes>(m_transaction);
185
m_data.xml_parser_state->node_depth = 0;
186
m_data.xml_parser_state->currval = "";
187
+ // the XML will contain at least one node, which is the pseudo root node 'xml'
188
m_data.xml_parser_state->currpath = "xml.";
189
}
190
0 commit comments