Opened 21 years ago

Closed 20 years ago

Last modified 20 years ago

#401 closed defect (fixed)

OGC Cite WMS Test Suite-No exception is returned for an invalid BBOX request

Reported by: nsavard@… Owned by: dmorissette
Priority: high Milestone:
Component: WMS Server Version: 4.1
Severity: minor Keywords:
Cc:

Description

The server returned an image eventhough the BBOX is invalid.  The following
request sent which contains a BBOX with xmin greater than xmax.

http://www2.dmsolutions.ca/cgi-bin/mswms_ogc_cite?LaYeRs=Lakes&VeRsIoN=1.1.1&ReQuEsT=GetMap&FoRmAt=image/gif&WiDtH=100&BbOx=1,-1,-1,1&HeIgHt=100&StYlEs=&SrS=EPSG:4326

The server should throw a service exception (There is no error code).

Test path:wms/wmsops/getmap/params/bbox/5

Bug found on 4.0B

Change History (4)

comment:1 by nsavard@…, 21 years ago

The server should throw an exception if xmin equal xmax.

Test path:  wms/wmsops/getmap/params/bbox/6

URL of the test:
http://cite.opengroup.org/tsOGC/interface/ViewLog?testid=wms/wmsops/getmap/params/bbox/6&ts=0001&sesstype=OGC


Request
sent:http://www2.dmsolutions.ca/cgi-bin/mswms_ogc_cite?LaYeRs=Lakes&VeRsIoN=1.1.1&FoRmAt=image/gif&ReQuEsT=GetMap&WiDtH=100&BbOx=1,-1,1,1&HeIgHt=100&StYlEs=&SrS=EPSG:4326

comment:2 by nsavard@…, 20 years ago

This bug has been fixed bug not mark as fixed.

comment:3 by nsavard@…, 20 years ago

Resolution: fixed
Status: newclosed
Fixed in version 4.3.

comment:4 by nsavard@…, 20 years ago

Verified.
Note: See TracTickets for help on using tickets.