id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 3955,WFS GetFeature with BBOX Filter - PropertyName should not be mandatory,adube,mapserverbugs,"When making WFS !GetFeature queries using a BBOX Filter, we currently need to specify a !PropertyName or else the query fails and MapServer returns an error mentioning that the filter is not valid. If we check in the schema definition, the BBOXType !PropertyName element has ""minOccurs""=0, so it shouldn't be mandatory, see : http://schemas.opengis.net/filter/1.1.0/filter.xsd Here's a request that currently doesn't work where it should : {{{ -8033496.4863128,5677373.0653376 -7988551.5136872,5718801.9346624 }}} The above outputs : {{{ msWFSGetFeature(): WFS server error. Invalid or Unsupported FILTER in GetFeature : <Filter ogc="http://www.opengis.net/ogc"> <BBOX> <Box gml="http://www.opengis.net/gml" srsName=& quot;EPSG:3785"> <coordinates decimal="." cs="," ts=" ">-8033496.4863128,5677373.0653376 -7988551.5136872,5718801.9346624</coordinates> </Box> </BBOX> </Filter> }}} To make it work properly, we need to specify the !PropertyName : {{{ the_geom -8033496.4863128,5677373.0653376 -7988551.5136872,5718801.9346624 }}} ",defect,new,normal,,WFS Server,6.0,normal,,,