mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 01:22:18 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <cctype>
|
||||
#include <locale>
|
||||
|
||||
#include "modsecurity/assay.h"
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "actions/transformations/transformation.h"
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@ CompressWhitespace::CompressWhitespace(std::string action)
|
||||
}
|
||||
|
||||
std::string CompressWhitespace::evaluate(std::string value,
|
||||
Assay *assay) {
|
||||
Transaction *transaction) {
|
||||
|
||||
std::string a;
|
||||
int inWhiteSpace = 0;
|
||||
|
||||
Reference in New Issue
Block a user