[mapguide-trac] #1421: OGC WFS 1.1.0 Support

MapGuide Open Source trac_mapguide at osgeo.org
Sun Sep 19 02:57:35 EDT 2010


#1421: OGC WFS 1.1.0 Support
-----------------------------+----------------------------------------------
   Reporter:  liuar          |       Owner:  liuar
       Type:  enhancement    |      Status:  new  
   Priority:  medium         |   Milestone:       
  Component:  WFS Interface  |     Version:       
   Severity:  minor          |    Keywords:  WFS  
External_id:                 |  
-----------------------------+----------------------------------------------

Comment(by liuar):

 6. Test wfs:wfs-1.1.0-Basic-GetCapabilities-tc9.2
 (s0012/d1e34887_1/d1e732_1/d1e25171_1/d1e836_1)

 Assertion: A valid http URL value shall conform to the syntax specified in
 RFC 2616. http_URL = 'http:' '//' host [ ':' port ] [ abs_path [ '?' query
 ]]

 For request:
 http://xxx.xxx.xxx.xxx/mapguide/mapagent/mapagent.fcgi?#request=GetCapabilities,service=WFS,
 MapGuide will return HTTP response code: 401. However, CITE test engine
 expects a WFS exception. Because MapGuide provides lots kind of services
 besides WFS, to reslove this problem, I added a config setting in
 webconfig.ini named CITEWfs(BOOL) which means MapGuide is under CITE WFS
 testing, and for invalid HTTP requests, MapGuide will return a WFS
 exception.

 7. Test wfs:wfs-1.1.0-Basic-GetCapabilities-tc19.2
 (s0012/d1e34887_1/d1e732_1/d1e25171_1/d1e949_1)

 Assertion:
 The response to a !GetCapabilities request that includes a sections
 parameter
 listing optional elements shall include only the requested elements in the
 response entity.

 MapGuide doesn't support sections parameter, so I added the parameter
 validation in !HttpWfsGetCapabilities.

 I also removed updateSequence attribute from the !GetCapabilities document
 since MapGuide doesn't support it currently (Cause an error in OGC CITE
 test)

 Changeset [5153] by liuar

-- 
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1421#comment:7>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list