Opened 16 years ago

Closed 16 years ago

#2506 closed defect (fixed)

When a GetCapabilities request is sent to a WCS 1.0.0 server, an invalid VendorSpecificCapabilites element is part of the response

Reported by: nsavard Owned by: tomkralidis
Priority: normal Milestone: 5.2 release
Component: WCS Server Version: svn-trunk (development)
Severity: normal Keywords: OGC, Cite, LEGACY, WCS 1.0.0
Cc: sdlime

Description

An invalid VendorSpecificCapabilities element in the capabilities response is present when a GetCapabilities request is sent to a WCS 1.0.0 server. This makes the response to not validate.

One of the CITE tests that have this error is: wcs1-0-0/basic_service_elements/general_http_request_rules/4

and the request is:

http://dev1.lan.mapgears.com/manwe/cgi-bin/mswcs100_ogc_cite?ReQuEsT=GetCapabilities&BoGuS=ignored&VeRsIoN=1.0.0&SeRvIcE=WCS

Change History (4)

comment:1 by tomkralidis, 16 years ago

Basically, the schema say that if VendorSpecificCapabilities is specified, it must be populated.

Since we do not support any VendorSpecificCapabilities, we are outputting an empty VendorSpecificCapabilities element, hence the error.

I have omitted this element since it is of no use to us or WCS clients for that matter.

Fixed in trunk in r7373, and msautotest in r7374.

Norm: can you check and verify?

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

Replying to tomkralidis:

Fixed in trunk in r7373, and msautotest in r7374.

Norm: can you check and verify?

Tom: I need to recompile and then I'll check.

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

Replying to nsavard:

Replying to tomkralidis:

Fixed in trunk in r7373, and msautotest in r7374.

Norm: can you check and verify?

Tom: I need to recompile and then I'll check.

Tom: This problem has vanished. This is fixed.

comment:4 by tomkralidis, 16 years ago

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