From: Richard Bowen Date: Thu, 24 Jan 2013 00:07:55 +0000 (+0000) Subject: Adds example to echo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4c333fb0fe46c01cb0661d153b729b1f43b321;p=thirdparty%2Fapache%2Fhttpd.git 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 1d0c58086db..4dcce2653cb 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" --> +