mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Fix regression tests structure : using method instead of protocol
This commit is contained in:
@@ -161,7 +161,7 @@ void perform_unit_test(std::vector<RegressionTest *> *tests,
|
||||
goto end;
|
||||
}
|
||||
|
||||
modsec_assay->processURI(t->uri.c_str(), t->protocol.c_str(),
|
||||
modsec_assay->processURI(t->uri.c_str(), t->method.c_str(),
|
||||
t->httpVersion.c_str());
|
||||
|
||||
actions(&r, modsec_assay);
|
||||
|
Reference in New Issue
Block a user