From: Rich Bowen Date: Thu, 24 Jan 2013 00:08:47 +0000 (+0000) Subject: Adds example to echo X-Git-Tag: 2.4.4~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=744b8b335bcbb9578fa22c8cde83b70406809ef6;p=apache Adds example to echo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1437809 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_include.xml b/docs/manual/mod/mod_include.xml index 8025d21378..da7bc33981 100644 --- a/docs/manual/mod/mod_include.xml +++ b/docs/manual/mod/mod_include.xml @@ -246,6 +246,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" --> +