Opened 16 years ago

Closed 16 years ago

#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>

Change History (3)

comment:1 by tomkralidis, 16 years ago

Norm: fixed in r7379. Can you check and verify?

in reply to:  1 comment:2 by nsavard, 16 years ago

Replying to tomkralidis:

Norm: fixed in r7379. Can you check and verify?

Tom: This issue is fixed but the test failed because of an XML validation. You can close this one.

comment:3 by tomkralidis, 16 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.