[Geoserver-devel] [jira] (GEOS-6093) Spaces in custom dimension values

Carlo Cancellieri created BugGEOS-6093
Spaces in custom dimension values

Issue Type:

BugBug

Affects Versions:

2.4.0

Assignee:

Andrea Aime

Created:

15/Oct/13 8:01 AM

Description:

I’m trying to build a mosaic using a custom domain which contains spaces.

The result in the getCapabilities is:

<Dimension name=“MEASURE”
default=“Crop value”
units=“”>Cropvalue,Yield</Dimension>

Should be:

<Dimension name=“MEASURE”
default=“Crop value”
units=“”>Crop value,Yield</Dimension>

Here is the pull req:
https://github.com/geoserver/geoserver/pull/361

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Carlo Cancellieri

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)