From 744b8b335bcbb9578fa22c8cde83b70406809ef6 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 24 Jan 2013 00:08:47 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_include.xml | 4 ++++ 1 file changed, 4 insertions(+) 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" --> + -- 2.50.1