Ticket #2506 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

follow-up: ↓ 2   Changed 5 years ago by tomkralidis

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 ; follow-up: ↓ 3   Changed 5 years ago by 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.

in reply to: ↑ 2   Changed 5 years ago by nsavard

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.

  Changed 5 years ago by tomkralidis

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.