[Geoserver-devel] [jira] (GEOS-5831) SLD validation / GeoServer reading issue

Jonathan Moules created BugGEOS-5831
SLD validation / GeoServer reading issue

Issue Type:

BugBug

Affects Versions:

2.3.2

Assignee:

Andrea Aime

Components:

Validation

Created:

30/May/13 4:31 AM

Description:

Not sure if this issue is with the validator or with GeoServer rendering of SLD’s.
The following all pass SLD validation, however when it comes to rendering time, GeoServer fails to read their values and I only end up with grey lines.

First - case sensitivity for parameter values. Passes the validator but GeoServer fails to read them.

<se:SvgParameter name=“StRoKe”>#0000ff</se:SvgParameter>
<se:SvgParameter name=“StRoKe-WiDtH”>3</se:SvgParameter>

Second, because of a over-zealous search-replace I got the below. They’re obviously not valid name values (the SLD spec is explicit what’s allowed) but the validator didn’t complain.

<se:SvgParameter name=“se:stroke”>#0000ff</se:SvgParameter>
<se:SvgParameter name=“se:stroke”>3</se:SvgParameter>

(SLD 1.1, but may hold for SLD 1.0 too)

Project:

GeoServer

Priority:

MajorMajor

Reporter:

Jonathan Moules

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)