id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2473	Version number is required when sending a DescribeCoverage request for WCS 1.0.0	nsavard	tomkralidis	"When sending a DescribeCoverage to a WCS 1.0.0 server, the version parameter must be present.  

See 8.2.2 section of the specification.

In the code it is said that it is optional:

  /* version is optional, but we do set a default value of 1.0.0, make sure request isn't for something different */
  if(strcmp(params->version, ""1.0.0"") != 0) {
    msSetError(MS_WCSERR, ""WCS Server does not support VERSION %s."", ""msWCSDispatch()"", params->version);
    msWCSException(map, params->version, ""InvalidParameterValue"", ""version"");
"	defect	closed	normal	5.2 release	WCS Server	5.0	normal	fixed	OGC,Cite,TEAM, LEGACY,WCS 1.0.0	sdlime warmerdam
