mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Adds processLogging phase to regression tests
Regression tests was not processing the 'LoggingPhase'. It was stopping in the 'ResponseBodyPhase'. As we are implementing the AuditLogs this phase is now mandatory.
This commit is contained in:
parent
64a34584cd
commit
73154b51a1
@ -136,6 +136,8 @@ void perform_unit_test(std::vector<RegressionTest *> *tests,
|
||||
goto end;
|
||||
}
|
||||
|
||||
modsec_assay->processLogging();
|
||||
|
||||
end:
|
||||
CustomDebugLog *d = reinterpret_cast<CustomDebugLog *>
|
||||
(modsec_rules->debug_log);
|
||||
|
Loading…
x
Reference in New Issue
Block a user