Ticket #2473 (closed defect: fixed)
Version number is required when sending a DescribeCoverage request for WCS 1.0.0
| Reported by: | nsavard | Owned by: | tomkralidis |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 release |
| Component: | WCS Server | Version: | 5.0 |
| Severity: | normal | Keywords: | OGC,Cite,TEAM, LEGACY,WCS 1.0.0 |
| Cc: | sdlime, warmerdam |
Description
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");
Change History
Note: See
TracTickets for help on using
tickets.
