mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-16 07:56:12 +03:00
Process the log phase independent of disruptive actions
Disruptive actions was making the log phase to not be processed.
This commit is contained in:
parent
5e80e001e5
commit
693238b235
@ -138,9 +138,9 @@ void perform_unit_test(std::vector<RegressionTest *> *tests,
|
||||
goto end;
|
||||
}
|
||||
|
||||
end:
|
||||
modsec_assay->processLogging();
|
||||
|
||||
end:
|
||||
CustomDebugLog *d = reinterpret_cast<CustomDebugLog *>
|
||||
(modsec_rules->debug_log);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user