Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: 1.7.0-RC2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It seems the following triggers an index out of bounds exception, insetad of providing an informative message:
(<ogc:Filter><ogc:BBOX><ogc:PropertyName>the_geom</ogc:PropertyName><gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4326"><gml:coordinates>-117.25,32.70 -117.00,32.80</gml:coordinates></gml:Box></ogc:BBOX></ogc:Filter>)
(used as kvp)
Mumble tried it out, works for me:
http://localhost:8080/geoserver/wfs?request=GetFeature&version=1.1.0&typeName=topp:states&propertyName=STATE_NAME,PERSONS&(%3Cogc:Filter%3E%3Cogc:BBOX%3E%3Cogc:PropertyName%3Ethe_geom%3C/ogc:PropertyName%3E%3Cgml:Box%20srsName=%22http://www.opengis.net/gml/srs/epsg.xml#4326%22%3E%3Cgml:coordinates%3E-117.25,32.70%20-117.00,32.80%3C/gml:coordinates%3E%3C/gml:Box%3E%3C/ogc:BBOX%3E%3C/ogc:Filter%3E)
Waiting to close untile I get some feedback from the user