mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Adds support for transformations inside Lua engine
This commit is contained in:
7
test/test-cases/data/match-getvar-withTnfs.lua
Normal file
7
test/test-cases/data/match-getvar-withTnfs.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
function main()
|
||||
ret = nil
|
||||
|
||||
var = m.getvar("tx.test", "lowercase");
|
||||
|
||||
return ret
|
||||
end
|
Reference in New Issue
Block a user