Ticket #2503 (closed defect: fixed)
When a GetCoverage request is sent to a WCS 1.0.0 server with a bbox outside of the defined bbox (describecoverage), the server must return an exception
| Reported by: | nsavard | Owned by: | tomkralidis |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 release |
| Component: | WCS Server | Version: | svn-trunk (development) |
| Severity: | normal | Keywords: | OGC,Cite,TEAM,WCS 1.0.0 |
| Cc: | dmorissette |
Description
A request to a WCS 1.0.0 server with a bbox outside of the one returned by a describecoverage operation, must return an exception.
The following test failed because of that wcs1-0-0/getcoverage_operations/getcoverage_request/bbox/get/kvp/3
The defined bbox is:
<gml:Envelope srsName="EPSG:4326">
<gml:pos>-97.7071758865421 41.0324719184183</gml:pos> <gml:pos>-80.6778361148771 49.6650665681236</gml:pos>
</gml:Envelope>
and the GetCoverage? request is:
Change History
Note: See
TracTickets for help on using
tickets.
