Opened 17 years ago

Closed 17 years ago

#2259 closed defect (invalid)

WCS describecoverage response advertise image formats on one line instead of one line per format on Windows

Reported by: nsavard Owned by: sdlime
Priority: normal Milestone: 5.0 release
Component: WCS Server Version: 5.0
Severity: normal Keywords:
Cc:

Description

The response to a GetCoverage advertises the supported image formats on a single line on Windows instead of one line per format like this is the case on Linux. This makes the wcs_describe.xml in wcs_simple.map msautotest failed on Windows. I tested with MapServer 5.0.0-beta3. The request sent is:

QUERY_STRING="map=[MAPFILE]&SERVICE=WCS&VERSION=1.0.0& REQUEST=DescribeCoverage&COVERAGE=grey"

The difference between the response on Linux and Windows is:

C:\proj\msautotest\wxs\expected>diff wcs_describe.xml ..\result\wcs_describe.xml

73,74c73 < <formats>GEOTIFF_16</formats> < <formats>GDPNG</formats> ---

<formats>GEOTIFF_16 GDPNG</formats>

Change History (3)

comment:1 by tomkralidis, 17 years ago

Component: MapServer C LibraryWCS Server

See r2244, which was after 5.0.0-beta3.

comment:2 by tomkralidis, 17 years ago

Sorry, I meant #2244.

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

Resolution: invalid
Status: newclosed

Replying to tomkralidis:

Sorry, I meant #2244.

Tom,

I switch testing with MapServer 5.0.0-beta5 now. This bug is invalid. Sorry for all the trouble that I may have cause.

Note: See TracTickets for help on using tickets.