mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Merge 2.5.x changes into trunk.
This commit is contained in:
@@ -16,13 +16,14 @@
|
||||
output => "16",
|
||||
ret => 1,
|
||||
},
|
||||
{
|
||||
type => "tfn",
|
||||
name => "length",
|
||||
input => ('x' x 8192),
|
||||
output => "8192",
|
||||
ret => 1,
|
||||
},
|
||||
# ENH: This sometimes fails w/4096 length
|
||||
#{
|
||||
# type => "tfn",
|
||||
# name => "length",
|
||||
# input => ('x' x 8192),
|
||||
# output => "8192",
|
||||
# ret => 1,
|
||||
#},
|
||||
|
||||
### With TAB
|
||||
{
|
||||
|
Reference in New Issue
Block a user