[mapguide-commits] r5442 - trunk/MgDev/Server/src/Wfs

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Mon Dec 6 06:00:50 EST 2010


Author: liuar
Date: 2010-12-06 03:00:50 -0800 (Mon, 06 Dec 2010)
New Revision: 5442

Modified:
   trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd
Log:
Enable the post request for GetFeature request in GetCapabilities response to support Gaia which fetches features by POST.

Modified: trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd
===================================================================
--- trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd	2010-12-06 10:38:44 UTC (rev 5441)
+++ trunk/MgDev/Server/src/Wfs/1.1.0.xml.awd	2010-12-06 11:00:50 UTC (rev 5442)
@@ -220,7 +220,7 @@
       <ows:DCP>
         <ows:HTTP>
           <ows:Get xlink:href="&URL.GetFeature;?"/>
-          <!--ows:Post xlink:href="&URL.GetFeature;"/ -->
+          <ows:Post xlink:href="&URL.GetFeature;"/>
         </ows:HTTP>
       </ows:DCP>
       <ows:Parameter name="resultType">



More information about the mapguide-commits mailing list