[Geoserver-devel] [jira] (GEOS-5969) SLD reformat routine problem when upload trough REST (gs:functions)

Alvaro Paredes created BugGEOS-5969
SLD reformat routine problem when upload trough REST (gs:functions)

Issue Type:

BugBug

Affects Versions:

2.3.3

Assignee:

Andrea Aime

Components:

REST

Created:

13/Aug/13 10:13 AM

Description:

When trying to upload an SLD with a gs:function (i.e, Heatmap) trough the REST service, the file is upload but not as expected.

The following fragment shows an example:

<FeatureTypeStyle>
<Transformation>
**<ogc:Function name="gs:Heatmap">**
<ogc:Function name="parameter">
<ogc:Literal>data</ogc:Literal>
</ogc:Function>
...
</Transformation>
...
</FeatureTypeStyle>

Where the bold text is reformated to:

**<ogc:Function name="Heatmap">**

The reformat removes the “gs:” prefix, what makes it unusable. If you do the upload manually works well.

Environment:

Windows 7 64 bits

Project:

GeoServer

Priority:

MinorMinor

Reporter:

Alvaro Paredes

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)