mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix TX dictionary element name on logs
Before this patch the element name was not being shown.
This commit is contained in:
parent
5f60bb5224
commit
4d03ef512e
@ -33,7 +33,7 @@ namespace Variables {
|
||||
class Tx_DictElement : public Variable {
|
||||
public:
|
||||
explicit Tx_DictElement(std::string dictElement)
|
||||
: Variable("TX"),
|
||||
: Variable("TX:" + dictElement),
|
||||
m_dictElement("TX:" + dictElement) { }
|
||||
|
||||
void evaluate(Transaction *transaction,
|
||||
|
Loading…
x
Reference in New Issue
Block a user