diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml
index 1236f46a..fd1250ae 100644
--- a/doc/modsecurity2-apache-reference.xml
+++ b/doc/modsecurity2-apache-reference.xml
@@ -2186,7 +2186,8 @@ SecRule GEO:COUNTRY_CODE "!@streq UK"
QUERY_STRING
This variable holds form data passed to the script/handler by
- appending data after a question mark. Example:
+ appending data after a question mark. Warning: Not URL-decoded.
+ Example:
SecRule QUERY_STRING "attack"
@@ -2323,8 +2324,7 @@ SecRule XML "@validateDTD /opt/apache-frontend/conf/xml.dtd"
REQUEST_FILENAME
This variable holds the relative REQUEST_URI minus the
- QUERY_STRING part (e.g. /index.php). Warning: not urlDecoded.
- Example:
+ QUERY_STRING part (e.g. /index.php). Example:
SecRule REQUEST_FILENAME "^/cgi-bin/login\.php$"