mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
parent
20134ef242
commit
4726912ec8
@ -1348,7 +1348,7 @@ std::string Transaction::toOldAuditLogFormatIndex(const std::string &filename,
|
|||||||
ss << "\" ";
|
ss << "\" ";
|
||||||
|
|
||||||
ss << this->m_httpCodeReturned << " ";
|
ss << this->m_httpCodeReturned << " ";
|
||||||
ss << this->m_responseBody.tellp();
|
ss << this->m_responseBody.tellp() << " ";
|
||||||
/** TODO: Check variable */
|
/** TODO: Check variable */
|
||||||
ss << utils::string::dash_if_empty(
|
ss << utils::string::dash_if_empty(
|
||||||
this->m_collections.resolveFirst("REFERER").get()) << " ";
|
this->m_collections.resolveFirst("REFERER").get()) << " ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user