From 8dea31635c0c7116f3828be959034be6b5eee308 Mon Sep 17 00:00:00 2001 From: brectanus Date: Thu, 21 Jun 2007 14:09:13 +0000 Subject: [PATCH] Update @within docs according to Ofer's comments. See #134. --- doc/modsecurity2-apache-reference.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml index bf628459..560a6fd8 100644 --- a/doc/modsecurity2-apache-reference.xml +++ b/doc/modsecurity2-apache-reference.xml @@ -4654,10 +4654,11 @@ SecRule XML "@validateSchema /path/to/apache2/conf/xml.xsd <literal>within</literal> Description: This operator is a - string comparison similar to @contains, 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. + string comparison and returns true if the input value is found anywhere + within the parameter value. Note that this is similar to + @contains, except that the target and match values + are reversed. Macro expansion is performed so you may use variable names + such as %{TX.1}, etc. Example: