mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix test issue-1974
This commit is contained in:
parent
d4dc3dbf2a
commit
01c7a2689b
@ -114,7 +114,7 @@ Transformation* Transformation::instantiate(std::string a) {
|
|||||||
IF_MATCH(urlDecodeUni) { return new UrlDecodeUni(a); }
|
IF_MATCH(urlDecodeUni) { return new UrlDecodeUni(a); }
|
||||||
IF_MATCH(urlDecode) { return new UrlDecode(a); }
|
IF_MATCH(urlDecode) { return new UrlDecode(a); }
|
||||||
IF_MATCH(urlEncode) { return new UrlEncode(a); }
|
IF_MATCH(urlEncode) { return new UrlEncode(a); }
|
||||||
IF_MATCH(utf8ToUnicode) { return new Utf8ToUnicode(a); }
|
IF_MATCH(utf8toUnicode) { return new Utf8ToUnicode(a); }
|
||||||
|
|
||||||
return new Transformation(a);
|
return new Transformation(a);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user