[Geoserver-devel] [jira] (GEOS-6540) WCS 1.0.0 does not handle FORMAT parameter properly

Nhan Vo created an issue

GeoServer / BugGEOS-6540

WCS 1.0.0 does not handle FORMAT parameter properly

Issue Type:

BugBug

Affects Versions:

2.5.1

Assignee:

Andrea Aime

Components:

WCS

Created:

17/Jun/14 2:09 AM

Environment:

Windows 7

Priority:

MajorMajor

Reporter:

Nhan Vo

On a newly installed Geoserver 2.5.1, this request receives an error message:

http://localhost:8080/geoserver/wcs?service=WCS&version=1.0.0&request=getcoverage&CRS=EPSG:32633&BBOX=347649,5176214,370725,5196961&WIDTH=100&HEIGHT=100&coverage=nurc:Pk50095&format=ARCGRID

Result:

<?xml version=“1.0” encoding=“UTF-8”?><ServiceExceptionReport version=“1.2.0” > <ServiceException>
Could not find encoder for output format ARCGRID
</ServiceException></ServiceExceptionReport>

Whereas this request receives the data properly (the only difference is the case: ArcGrid instead of ARCGRID):

http://localhost:8080/geoserver/wcs?service=WCS&version=1.0.0&request=getcoverage&CRS=EPSG:32633&BBOX=347649,5176214,370725,5196961&WIDTH=100&HEIGHT=100&coverage=nurc:Pk50095&format=ArcGrid

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo