mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Refactoring: rename evaluate to execute on actions
This commit is contained in:
@@ -30,10 +30,9 @@ namespace transformations {
|
||||
|
||||
class UrlEncode : public Transformation {
|
||||
public:
|
||||
|
||||
explicit UrlEncode(const std::string &action) ;
|
||||
|
||||
std::string evaluate(const std::string &exp,
|
||||
std::string execute(const std::string &exp,
|
||||
Transaction *transaction) override;
|
||||
|
||||
static std::string url_enc(const char *input,
|
||||
|
||||
Reference in New Issue
Block a user