Ticket #2508 (closed defect: fixed)
When a WCS 1.0.0 DescribeCoverage request with a list of coverages that are advertized in the capabilities document is sent to a server, it must not 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: | sdlime |
Description
A list of valid coverages that are part of a DescribeCoverage? request that is sent to a WCS 1.0.0 server must not trigger an exception.
The concerned CITE test is: wcs1-0-0:describecoverage_operations-describecoverage_request-get-kvp-5
and the request is: http://dev1.lan.mapgears.com/manwe/cgi-bin/mswcs100_ogc_cite?ReQuEsT=DescribeCoverage&CoVeRaGe=ndvi,fpar&VeRsIoN=1.0.0&SeRvIcE=WCS
Actually this exception is returned:
<ServiceExceptionReport? xmlns=" http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2.0" xsi:schemaLocation="http://www.opengis.net/ogc http://schemas.opengis.net//wcs/1.0.0/OGC-exception.xsd">
<ServiceException? code="CoverageNotDefined?" locator="coverage">msWCSDescribeCoverage(): WCS server error. COVERAGE ndvi,fpar cannot be opened / does not exist
</ServiceException>
</ServiceExceptionReport>
