[mapserver-commits] r12554 - branches/branch-6-0/docs/en/cgi trunk/docs/en/cgi

svn at osgeo.org svn at osgeo.org
Sat Sep 17 19:06:51 EDT 2011


Author: havatv
Date: 2011-09-17 16:06:51 -0700 (Sat, 17 Sep 2011)
New Revision: 12554

Modified:
   branches/branch-6-0/docs/en/cgi/controls.txt
   trunk/docs/en/cgi/controls.txt
Log:
Added note on the need for use of validation for qstring in cgi controls (#3780).

Modified: branches/branch-6-0/docs/en/cgi/controls.txt
===================================================================
--- branches/branch-6-0/docs/en/cgi/controls.txt	2011-09-17 22:16:47 UTC (rev 12553)
+++ branches/branch-6-0/docs/en/cgi/controls.txt	2011-09-17 23:06:51 UTC (rev 12554)
@@ -325,7 +325,11 @@
    pair: CGI; qstring
 
 QSTRING [expression]
-    Attribute queries: Query string passed to the query function. 
+    Attribute queries: Query string passed to the query function.
+    Since 5.0, qstring will have to be specified in the `VALIDATION`
+    parameter of the `LAYER` for qstring queries to work
+    (*qstring_validation_pattern* `LAYER`-level `METADATA` for
+    Mapserver versions prior to 5.4).
 
 .. index::
    pair: CGI; queryfile

Modified: trunk/docs/en/cgi/controls.txt
===================================================================
--- trunk/docs/en/cgi/controls.txt	2011-09-17 22:16:47 UTC (rev 12553)
+++ trunk/docs/en/cgi/controls.txt	2011-09-17 23:06:51 UTC (rev 12554)
@@ -325,7 +325,11 @@
    pair: CGI; qstring
 
 QSTRING [expression]
-    Attribute queries: Query string passed to the query function. 
+    Attribute queries: Query string passed to the query function.
+    Since 5.0, qstring will have to be specified in the `VALIDATION`
+    parameter of the `LAYER` for qstring queries to work
+    (*qstring_validation_pattern* `LAYER`-level `METADATA` for
+    Mapserver versions prior to 5.4).
 
 .. index::
    pair: CGI; queryfile



More information about the mapserver-commits mailing list