mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Update @within docs according to Ofer's comments. See #134.
This commit is contained in:
parent
19887f9cc6
commit
8dea31635c
@ -4654,10 +4654,11 @@ SecRule XML "<emphasis role="bold">@validateSchema /path/to/apache2/conf/xml.xsd
|
||||
<title><literal>within</literal></title>
|
||||
|
||||
<para><emphasis role="bold">Description: </emphasis>This operator is a
|
||||
string comparison similar to <literal>@contains</literal>, except that
|
||||
the target and match values are reversed. It returns true if the input
|
||||
value is found anywhere within the parameter value. Macro expansion is
|
||||
performed so you may use variable names such as %{TX.1}, etc.</para>
|
||||
string comparison and returns true if the input value is found anywhere
|
||||
within the parameter value. Note that this is similar to
|
||||
<literal>@contains</literal>, except that the target and match values
|
||||
are reversed. Macro expansion is performed so you may use variable names
|
||||
such as %{TX.1}, etc.</para>
|
||||
|
||||
<para>Example:</para>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user