From: Rich Bowen Date: Thu, 24 Jan 2013 00:07:55 +0000 (+0000) Subject: Adds example to echo X-Git-Tag: 2.5.0-alpha~5826 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34cb711d77151b574f440ad3d363a1b96b7e0844;p=apache Adds example to echo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1437808 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 1d0c58086d..4dcce2653c 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -245,6 +245,10 @@ AddOutputFilter INCLUDES .shtml In order to avoid cross-site scripting issues, you should always encode user supplied data. + + Example + <!--#echo encoding="entity" var="QUERY_STRING" --> +