diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index a635afe1..902e30a4 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -3174,14 +3174,14 @@ SecRule ARGS "@pm some key words" id:12345,deny,status:500 MULTIPART_LF_LINE, MULTIPART_SEMICOLON_MISSING MULTIPART_INVALID_QUOTING - MULTIPART_INVALID_HEADER_FOLDING. Each of these variables - covers one unusual (although sometimes legal) aspect of the request body - in multipart/form-data format. Your policies should - always contain a rule to check either this variable - (easier) or one or more individual variables (if you know exactly what - you want to accomplish). Depending on the rate of false positives and - your default policy you should decide whether to block or just warn when - the rule is triggered. + MULTIPART_INVALID_HEADER_FOLDING. Each of these + variables covers one unusual (although sometimes legal) aspect of the + request body in multipart/form-data format. Your + policies should always contain a rule to check + either this variable (easier) or one or more individual variables (if + you know exactly what you want to accomplish). Depending on the rate of + false positives and your default policy you should decide whether to + block or just warn when the rule is triggered. The best way to use this variable is as in the example below: @@ -5649,8 +5649,8 @@ SecRule ARGS:route "!@endsWith %{REQUEST_ADDR}" t:none,deny SecRule &REQUEST_HEADERS_NAMES "@eq 15" - Macro expansion is performed so you may use variable names such - as %{TX.1}, etc. + Macro expansion is performed so you may use variable names such as + %{TX.1}, etc.
@@ -5663,7 +5663,8 @@ SecRule ARGS:route "!@endsWith %{REQUEST_ADDR}" t:none,deny SecRule &REQUEST_HEADERS_NAMES "@ge 15" - Macro expansion is performed so you may use variable names such + Macro expansion is performed so you may use variable names such as + %{TX.1}, etc.
@@ -5707,7 +5708,8 @@ SecRule &GEO "@eq 0" "deny,status:403,msg:'Failed to lookup IP'"SecRule &REQUEST_HEADERS_NAMES "@gt 15" - Macro expansion is performed so you may use variable names such + Macro expansion is performed so you may use variable names such as + %{TX.1}, etc.
@@ -5757,7 +5759,8 @@ end SecRule &REQUEST_HEADERS_NAMES "@le 15" - Macro expansion is performed so you may use variable names such + Macro expansion is performed so you may use variable names such as + %{TX.1}, etc.
@@ -5770,7 +5773,8 @@ end SecRule &REQUEST_HEADERS_NAMES "@lt 15" - Macro expansion is performed so you may use variable names such + Macro expansion is performed so you may use variable names such as + %{TX.1}, etc.